diff options
| -rw-r--r-- | hid-tminit.c | 2 | ||||
| -rw-r--r-- | usb-tminit.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/hid-tminit.c b/hid-tminit.c index a8b103e..68cdcd3 100644 --- a/hid-tminit.c +++ b/hid-tminit.c @@ -1,4 +1,6 @@ #include <linux/hid.h> +#include <linux/module.h> + #include "tminit.h" static int thrustmaster_hid_probe(struct hid_device *hdev, const struct hid_device_id *id) diff --git a/usb-tminit.c b/usb-tminit.c index cf0dc38..6035c08 100644 --- a/usb-tminit.c +++ b/usb-tminit.c @@ -1,3 +1,5 @@ +#include <linux/module.h> + #include "tminit.h" static int thrustmaster_usb_probe(struct usb_interface *interface, const struct usb_device_id *id) |
