aboutsummaryrefslogtreecommitdiff
path: root/hid-tmff2.mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'hid-tmff2.mod.c')
-rw-r--r--hid-tmff2.mod.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/hid-tmff2.mod.c b/hid-tmff2.mod.c
deleted file mode 100644
index 63825b7..0000000
--- a/hid-tmff2.mod.c
+++ /dev/null
@@ -1,30 +0,0 @@
-#include <linux/build-salt.h>
-#include <linux/module.h>
-#include <linux/vermagic.h>
-#include <linux/compiler.h>
-
-BUILD_SALT;
-
-MODULE_INFO(vermagic, VERMAGIC_STRING);
-MODULE_INFO(name, KBUILD_MODNAME);
-
-__visible struct module __this_module
-__section(.gnu.linkonce.this_module) = {
- .name = KBUILD_MODNAME,
- .init = init_module,
-#ifdef CONFIG_MODULE_UNLOAD
- .exit = cleanup_module,
-#endif
- .arch = MODULE_ARCH_INIT,
-};
-
-#ifdef CONFIG_RETPOLINE
-MODULE_INFO(retpoline, "Y");
-#endif
-
-MODULE_INFO(depends, "hid,ff-memless");
-
-MODULE_ALIAS("hid:b0003g*v0000044Fp0000B65D");
-MODULE_ALIAS("hid:b0003g*v0000044Fp0000B66E");
-
-MODULE_INFO(srcversion, "B19CE4B20117543F62E0F56");