diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2015-02-26 13:39:48 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-02-26 18:36:23 -0500 |
commit | 68c18c61b23c28d4741fda0df81bc6ec40bfd14b (patch) | |
tree | 134bbd8002168b95f72c0923389ba89030a35555 | |
parent | a877417ed4368b51f57e879b52793260981ddcaa (diff) |
HID: remove 2 unused usb.h includes
These 2 are left over from the USB dependency cleaning, so there is
no need to keep them.
[jkosina@suse.cz: fix filename]
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/hid/hid-multitouch.c | 1 | ||||
-rw-r--r-- | drivers/hid/hid-steelseries.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index f65e78b46999..b61715f07b00 100644 --- a/drivers/hid/hid-multitouch.c +++ b/drivers/hid/hid-multitouch.c | |||
@@ -42,7 +42,6 @@ | |||
42 | #include <linux/hid.h> | 42 | #include <linux/hid.h> |
43 | #include <linux/module.h> | 43 | #include <linux/module.h> |
44 | #include <linux/slab.h> | 44 | #include <linux/slab.h> |
45 | #include <linux/usb.h> | ||
46 | #include <linux/input/mt.h> | 45 | #include <linux/input/mt.h> |
47 | #include <linux/string.h> | 46 | #include <linux/string.h> |
48 | 47 | ||
diff --git a/drivers/hid/hid-steelseries.c b/drivers/hid/hid-steelseries.c index 29f328f411fb..3edd4ac36494 100644 --- a/drivers/hid/hid-steelseries.c +++ b/drivers/hid/hid-steelseries.c | |||
@@ -12,7 +12,6 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/device.h> | 14 | #include <linux/device.h> |
15 | #include <linux/usb.h> | ||
16 | #include <linux/hid.h> | 15 | #include <linux/hid.h> |
17 | #include <linux/module.h> | 16 | #include <linux/module.h> |
18 | 17 | ||