Commit f464a1d0 authored by Daniel Mack's avatar Daniel Mack Committed by Greg Kroah-Hartman

drivers: misc: ti_dac7512: drop module version

Providing a module version doesn't add any value, so drop it.
Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 98f4c651
......@@ -24,7 +24,6 @@
#include <linux/spi/spi.h>
#define DAC7512_DRV_NAME "dac7512"
#define DRIVER_VERSION "1.0"
static ssize_t dac7512_store_val(struct device *dev,
struct device_attribute *attr,
......@@ -89,4 +88,3 @@ module_spi_driver(dac7512_driver);
MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
MODULE_DESCRIPTION("DAC7512 16-bit DAC");
MODULE_LICENSE("GPL v2");
MODULE_VERSION(DRIVER_VERSION);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment