projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80faf90
)
spi: qup: Remove module version
author
Axel Lin
<axel.lin@ingics.com>
Mon, 24 Feb 2014 05:48:12 +0000
(13:48 +0800)
committer
Mark Brown
<broonie@linaro.org>
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 <axel.lin@ingics.com>
Acked-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-qup.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-qup.c
b/drivers/spi/spi-qup.c
index 886edb4f4cb0388d4146795d34488dfa0f9e46cf..203f0d4f049f8119af31bb91977d6eb2db6c2ab7 100644
(file)
--- a/
drivers/spi/spi-qup.c
+++ b/
drivers/spi/spi-qup.c
@@
-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");