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 /hid-tminit.c | |
| parent | 65dec39347181bafcfd092c3a4555ff534332d1d (diff) | |
| download | hid-tminit-70867d3807b4f56b41966b95c7d642e17c691378.tar.gz hid-tminit-70867d3807b4f56b41966b95c7d642e17c691378.zip | |
include module header
Diffstat (limited to 'hid-tminit.c')
| -rw-r--r-- | hid-tminit.c | 2 |
1 files changed, 2 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) |
