Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -819,5 +819,4 @@ static struct platform_driver spi_qup_driver = {
module_platform_driver(spi_qup_driver);

MODULE_LICENSE("GPL v2");
MODULE_VERSION("0.4");
MODULE_ALIAS("platform:spi_qup");