Commit 83f09144 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

spi: qup: Remove module version

The module version is unlikely to be updated, use kernel version should be
enough.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarIvan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 80faf90f
...@@ -819,5 +819,4 @@ static struct platform_driver spi_qup_driver = { ...@@ -819,5 +819,4 @@ static struct platform_driver spi_qup_driver = {
module_platform_driver(spi_qup_driver); module_platform_driver(spi_qup_driver);
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_VERSION("0.4");
MODULE_ALIAS("platform:spi_qup"); MODULE_ALIAS("platform:spi_qup");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment