diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-07-10 18:42:11 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-07-10 18:42:11 +0300 |
| commit | 11c7bb0526d1ddd20d86b9cb2981b3a213d40404 (patch) | |
| tree | 64edb8b4d660b5dd2e5edfc8e4af11da67cc02c2 /hid-tmt300rs.mod.c | |
| parent | 2031f19d346e5abcfaa1feb35103fba52dd5c55c (diff) | |
| download | hid-tmff2-11c7bb0526d1ddd20d86b9cb2981b3a213d40404.tar.gz hid-tmff2-11c7bb0526d1ddd20d86b9cb2981b3a213d40404.zip | |
incorrect usage of git
Diffstat (limited to 'hid-tmt300rs.mod.c')
| -rw-r--r-- | hid-tmt300rs.mod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hid-tmt300rs.mod.c b/hid-tmt300rs.mod.c index d10c5bb..a114b1d 100644 --- a/hid-tmt300rs.mod.c +++ b/hid-tmt300rs.mod.c @@ -29,6 +29,7 @@ __used __section(__versions) = { { 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" }, @@ -39,10 +40,8 @@ __used __section(__versions) = { { 0x4a3ad70e, "wait_for_completion_timeout" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xdecd0b29, "__stack_chk_fail" }, - { 0x15ba50a6, "jiffies" }, { 0xdc21e866, "hrtimer_forward" }, { 0x2ea2c95c, "__x86_indirect_thunk_rax" }, - { 0x59e59766, "_dev_info" }, { 0x20000329, "simple_strtoul" }, { 0xc27f683d, "kmem_cache_alloc_trace" }, { 0x46a9479b, "kmalloc_caches" }, @@ -54,6 +53,7 @@ __used __section(__versions) = { { 0x9c59e5d5, "device_remove_file" }, { 0xfbdfc558, "hrtimer_start_range_ns" }, { 0xb4ff6bb6, "hrtimer_active" }, + { 0x15ba50a6, "jiffies" }, { 0xc85d768e, "_dev_warn" }, { 0xadd72fe9, "usb_free_urb" }, { 0x316d1bda, "_dev_err" }, |
