diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-02 18:36:00 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-02 18:36:00 +0300 |
| commit | 70867d3807b4f56b41966b95c7d642e17c691378 (patch) | |
| tree | 94a04f912e3ea9fd41c690cf79a08c6bb35a5778 /usb-tminit.c | |
| parent | 65dec39347181bafcfd092c3a4555ff534332d1d (diff) | |
| download | hid-tminit-70867d3807b4f56b41966b95c7d642e17c691378.tar.gz hid-tminit-70867d3807b4f56b41966b95c7d642e17c691378.zip | |
include module header
Diffstat (limited to 'usb-tminit.c')
| -rw-r--r-- | usb-tminit.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
