diff options
| author | kimi <kimi.h.kuparinen@gmail.com> | 2020-07-10 12:49:02 -0400 |
|---|---|---|
| committer | kimi <kimi.h.kuparinen@gmail.com> | 2020-07-10 12:49:02 -0400 |
| commit | ad6e7105b52363912618084f8268606eaad89ed3 (patch) | |
| tree | 756c3548794066fe6b3d841ad57782ccec3bbe81 /hid-tmt300rs.mod.c | |
| parent | ead4ca3e9726eea7456064682c739aee74416fba (diff) | |
| download | hid-tmff2-ad6e7105b52363912618084f8268606eaad89ed3.tar.gz hid-tmff2-ad6e7105b52363912618084f8268606eaad89ed3.zip | |
removed unneccessary files, I don't know how they got there
Diffstat (limited to 'hid-tmt300rs.mod.c')
| -rw-r--r-- | hid-tmt300rs.mod.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/hid-tmt300rs.mod.c b/hid-tmt300rs.mod.c deleted file mode 100644 index 7d03495..0000000 --- a/hid-tmt300rs.mod.c +++ /dev/null @@ -1,29 +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"); - -MODULE_ALIAS("hid:b0003g*v0000044Fp0000B66E"); - -MODULE_INFO(srcversion, "8A85E6A9A9E4442C81CA1CE"); |
