提交 c8a8602b 编写于 作者: J Jiri Kosina

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: NJiri Kosina <jkosina@suse.cz>
上级 77f720b7
......@@ -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");
......
......@@ -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");
......
......@@ -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");
......
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册