]> Git Repo - linux.git/commitdiff
spi: qup: Remove module version
authorAxel Lin <[email protected]>
Mon, 24 Feb 2014 05:48:12 +0000 (13:48 +0800)
committerMark Brown <[email protected]>
Mon, 24 Feb 2014 13:04:45 +0000 (22:04 +0900)
The module version is unlikely to be updated, use kernel version should be
enough.

Signed-off-by: Axel Lin <[email protected]>
Acked-by: Ivan T. Ivanov <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/spi-qup.c

index 886edb4f4cb0388d4146795d34488dfa0f9e46cf..203f0d4f049f8119af31bb91977d6eb2db6c2ab7 100644 (file)
@@ -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");
This page took 0.058931 seconds and 4 git commands to generate.