diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-27 11:14:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 05:12:10 -0200 |
commit | d8992b0931c1f9b1254d57b26b2965327337e7c6 (patch) | |
tree | ba97364438604aec18da131f563acdb22348ed72 /drivers/media/usb/em28xx/em28xx.h | |
parent | b99f0aadd33fad269c8e62b5bec8b5c012a44a56 (diff) | |
download | linux-stable-d8992b0931c1f9b1254d57b26b2965327337e7c6.tar.gz |
[media] em28xx: unify module version
Use the same module version on all em28xx sub-modules, and use
the same naming convention to describe the driver.
Reviewed-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index 9d6f43e4681f..e0369fb7cdd5 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h @@ -27,6 +27,7 @@ #define _EM28XX_H #define EM28XX_VERSION "0.2.1" +#define DRIVER_DESC "Empia em28xx device driver" #include <linux/workqueue.h> #include <linux/i2c.h> |