aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-05-02 18:36:00 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-05-02 18:36:00 +0300
commit70867d3807b4f56b41966b95c7d642e17c691378 (patch)
tree94a04f912e3ea9fd41c690cf79a08c6bb35a5778
parent65dec39347181bafcfd092c3a4555ff534332d1d (diff)
downloadhid-tminit-70867d3807b4f56b41966b95c7d642e17c691378.tar.gz
hid-tminit-70867d3807b4f56b41966b95c7d642e17c691378.zip
include module header
-rw-r--r--hid-tminit.c2
-rw-r--r--usb-tminit.c2
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)