diff options
author | Wei Yongjun <weiyj.lk@gmail.com> | 2016-08-21 11:31:35 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-08-29 03:36:21 -0400 |
commit | 814cb72e25afccdd24855a26c934c1d3dfbf808e (patch) | |
tree | 6c9e3f1cc5976b7c2b17d4d77468aa5c1671c25e | |
parent | 6cf5c1c7162878a99c2fd335d52a7d10079af6b7 (diff) |
HID: intel_ish-hid: Remove duplicated include from bus.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/hid/intel-ish-hid/ishtp/bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c b/drivers/hid/intel-ish-hid/ishtp/bus.c index 8a1bb8c25357..256521509d20 100644 --- a/drivers/hid/intel-ish-hid/ishtp/bus.c +++ b/drivers/hid/intel-ish-hid/ishtp/bus.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/module.h> | 16 | #include <linux/module.h> |
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
19 | #include <linux/kernel.h> | ||
20 | #include <linux/device.h> | 19 | #include <linux/device.h> |
21 | #include <linux/sched.h> | 20 | #include <linux/sched.h> |
22 | #include <linux/slab.h> | 21 | #include <linux/slab.h> |