aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-pl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-pl.c')
-rw-r--r--drivers/hid/hid-pl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-pl.c b/drivers/hid/hid-pl.c
index 9ad76bf71186..4db9a3483760 100644
--- a/drivers/hid/hid-pl.c
+++ b/drivers/hid/hid-pl.c
@@ -230,5 +230,3 @@ static void pl_exit(void)
230module_init(pl_init); 230module_init(pl_init);
231module_exit(pl_exit); 231module_exit(pl_exit);
232MODULE_LICENSE("GPL"); 232MODULE_LICENSE("GPL");
233
234HID_COMPAT_LOAD_DRIVER(pantherlord);