Skip to content

Commit

Permalink
spi: qup: Remove module version
Browse files Browse the repository at this point in the history
The module version is unlikely to be updated, use kernel version should be
enough.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Feb 24, 2014
1 parent 80faf90 commit 83f0914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/spi-qup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 83f0914

Please sign in to comment.