aboutsummaryrefslogtreecommitdiff
path: root/hid-tmt300rs.mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'hid-tmt300rs.mod.c')
-rw-r--r--hid-tmt300rs.mod.c46
1 files changed, 4 insertions, 42 deletions
diff --git a/hid-tmt300rs.mod.c b/hid-tmt300rs.mod.c
index a114b1d..7d03495 100644
--- a/hid-tmt300rs.mod.c
+++ b/hid-tmt300rs.mod.c
@@ -1,5 +1,5 @@
-#include <linux/module.h>
#include <linux/build-salt.h>
+#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
@@ -22,46 +22,8 @@ __section(.gnu.linkonce.this_module) = {
MODULE_INFO(retpoline, "Y");
#endif
-static const struct modversion_info ____versions[]
-__used __section(__versions) = {
- { 0x7ca88ad8, "module_layout" },
- { 0x817489f6, "hid_unregister_driver" },
- { 0xb7aa9422, "__hid_register_driver" },
- { 0x414fc2a1, "hid_hw_start" },
- { 0xcd9e657d, "hid_open_report" },
- { 0x59e59766, "_dev_info" },
- { 0x1ee7d3cd, "hrtimer_init" },
- { 0x7d42edf, "device_create_file" },
- { 0xb3e1146a, "input_ff_create" },
- { 0x70bce9a, "__dynamic_dev_dbg" },
- { 0xfeba7354, "current_task" },
- { 0x648538a5, "usb_kill_urb" },
- { 0x7f02188f, "__msecs_to_jiffies" },
- { 0x4a3ad70e, "wait_for_completion_timeout" },
- { 0x608741b5, "__init_swait_queue_head" },
- { 0xdecd0b29, "__stack_chk_fail" },
- { 0xdc21e866, "hrtimer_forward" },
- { 0x2ea2c95c, "__x86_indirect_thunk_rax" },
- { 0x20000329, "simple_strtoul" },
- { 0xc27f683d, "kmem_cache_alloc_trace" },
- { 0x46a9479b, "kmalloc_caches" },
- { 0xedb8a9, "usb_submit_urb" },
- { 0x82fea2ff, "usb_alloc_urb" },
- { 0x4a0c79b0, "hid_hw_stop" },
- { 0x37a0cba, "kfree" },
- { 0xa0c6befa, "hrtimer_cancel" },
- { 0x9c59e5d5, "device_remove_file" },
- { 0xfbdfc558, "hrtimer_start_range_ns" },
- { 0xb4ff6bb6, "hrtimer_active" },
- { 0x15ba50a6, "jiffies" },
- { 0xc85d768e, "_dev_warn" },
- { 0xadd72fe9, "usb_free_urb" },
- { 0x316d1bda, "_dev_err" },
- { 0x3812050a, "_raw_spin_unlock_irqrestore" },
- { 0x51760917, "_raw_spin_lock_irqsave" },
- { 0xbdfb6dbb, "__fentry__" },
-};
-
-MODULE_INFO(depends, "hid,usbcore");
+MODULE_INFO(depends, "hid");
MODULE_ALIAS("hid:b0003g*v0000044Fp0000B66E");
+
+MODULE_INFO(srcversion, "8A85E6A9A9E4442C81CA1CE");