diff options
| author | Axel Lin <axel.lin@ingics.com> | 2014-02-24 00:48:12 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-02-24 08:04:45 -0500 |
| commit | 83f091440db9ba3f739522cee0c627ecfe1cc8ef (patch) | |
| tree | eb943d795d62eaee4d05181c1a5fca02cab44196 | |
| parent | 80faf90f9734a06eb4da2e3b92e698b96f469c2c (diff) | |
spi: qup: Remove module version
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>
| -rw-r--r-- | drivers/spi/spi-qup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-qup.c b/drivers/spi/spi-qup.c index 886edb4f4cb0..203f0d4f049f 100644 --- a/drivers/spi/spi-qup.c +++ b/drivers/spi/spi-qup.c | |||
| @@ -819,5 +819,4 @@ static struct platform_driver spi_qup_driver = { | |||
| 819 | module_platform_driver(spi_qup_driver); | 819 | module_platform_driver(spi_qup_driver); |
| 820 | 820 | ||
| 821 | MODULE_LICENSE("GPL v2"); | 821 | MODULE_LICENSE("GPL v2"); |
| 822 | MODULE_VERSION("0.4"); | ||
| 823 | MODULE_ALIAS("platform:spi_qup"); | 822 | MODULE_ALIAS("platform:spi_qup"); |
