diff options
author | Daniel Mack <zonque@gmail.com> | 2013-09-22 15:51:46 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 12:04:05 -0400 |
commit | f464a1d00e42b325f70fa33e4e036032fdc62499 (patch) | |
tree | 4c814949fa1c5c7a351395753575983d3128821f /drivers/misc | |
parent | 98f4c651762c3b4f4dd300504563075c2b726a89 (diff) |
drivers: misc: ti_dac7512: drop module version
Providing a module version doesn't add any value, so drop it.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/ti_dac7512.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/ti_dac7512.c b/drivers/misc/ti_dac7512.c index 9b237221bc4e..db47333184b7 100644 --- a/drivers/misc/ti_dac7512.c +++ b/drivers/misc/ti_dac7512.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <linux/spi/spi.h> | 24 | #include <linux/spi/spi.h> |
25 | 25 | ||
26 | #define DAC7512_DRV_NAME "dac7512" | 26 | #define DAC7512_DRV_NAME "dac7512" |
27 | #define DRIVER_VERSION "1.0" | ||
28 | 27 | ||
29 | static ssize_t dac7512_store_val(struct device *dev, | 28 | static ssize_t dac7512_store_val(struct device *dev, |
30 | struct device_attribute *attr, | 29 | struct device_attribute *attr, |
@@ -89,4 +88,3 @@ module_spi_driver(dac7512_driver); | |||
89 | MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>"); | 88 | MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>"); |
90 | MODULE_DESCRIPTION("DAC7512 16-bit DAC"); | 89 | MODULE_DESCRIPTION("DAC7512 16-bit DAC"); |
91 | MODULE_LICENSE("GPL v2"); | 90 | MODULE_LICENSE("GPL v2"); |
92 | MODULE_VERSION(DRIVER_VERSION); | ||