HID: remove MODULE_VERSION from new drivers

MODULE_VERSION doesn't make too much sense for drivers merged
into main tree, as git is much better tracking revisions than
any developer might ever be.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Jiri Kosina 2010-02-10 15:29:02 +01:00
parent 77f720b71d
commit c8a8602b76
4 changed files with 0 additions and 4 deletions

View file

@ -17,7 +17,6 @@
#include <linux/module.h>
#include <linux/usb.h>
MODULE_VERSION("0.6");
MODULE_AUTHOR("Stephane Chatty <chatty@enac.fr>");
MODULE_DESCRIPTION("3M PCT multitouch panels");
MODULE_LICENSE("GPL");

View file

@ -19,7 +19,6 @@
#include <linux/usb.h>
#include "usbhid/usbhid.h"
MODULE_VERSION("1.00");
MODULE_AUTHOR("Stephane Chatty <chatty@enac.fr>");
MODULE_DESCRIPTION("MosArt dual-touch panel");
MODULE_LICENSE("GPL");

View file

@ -16,7 +16,6 @@
#include <linux/hid.h>
#include <linux/module.h>
MODULE_VERSION("1.00");
MODULE_AUTHOR("Stephane Chatty <chatty@enac.fr>");
MODULE_DESCRIPTION("Quanta dual-touch panel");
MODULE_LICENSE("GPL");

View file

@ -16,7 +16,6 @@
#include <linux/hid.h>
#include <linux/module.h>
MODULE_VERSION("0.6");
MODULE_AUTHOR("Stephane Chatty <chatty@enac.fr>");
MODULE_DESCRIPTION("Stantum HID multitouch panels");
MODULE_LICENSE("GPL");