diff options
Diffstat (limited to 'drivers/hid/hid-pl.c')
-rw-r--r-- | drivers/hid/hid-pl.c | 2 |
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) | |||
230 | module_init(pl_init); | 230 | module_init(pl_init); |
231 | module_exit(pl_exit); | 231 | module_exit(pl_exit); |
232 | MODULE_LICENSE("GPL"); | 232 | MODULE_LICENSE("GPL"); |
233 | |||
234 | HID_COMPAT_LOAD_DRIVER(pantherlord); | ||