diff options
Diffstat (limited to 'drivers/hid/hid-petalynx.c')
-rw-r--r-- | drivers/hid/hid-petalynx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-petalynx.c b/drivers/hid/hid-petalynx.c index 10945fe12d50..2e83e8ff891a 100644 --- a/drivers/hid/hid-petalynx.c +++ b/drivers/hid/hid-petalynx.c | |||
@@ -118,5 +118,3 @@ static void pl_exit(void) | |||
118 | module_init(pl_init); | 118 | module_init(pl_init); |
119 | module_exit(pl_exit); | 119 | module_exit(pl_exit); |
120 | MODULE_LICENSE("GPL"); | 120 | MODULE_LICENSE("GPL"); |
121 | |||
122 | HID_COMPAT_LOAD_DRIVER(petalynx); | ||