projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6233362
)
HID: i2c-hid: remove superfluous include
author
Jiri Kosina
<jkosina@suse.cz>
Wed, 5 Dec 2012 10:29:08 +0000
(11:29 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 5 Dec 2012 10:29:08 +0000
(11:29 +0100)
The pointless WARN_ON() has been removed from i2c_hid_remove(),
so we don't need bug.h any more.
Reported-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/i2c-hid.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/i2c-hid/i2c-hid.c
b/drivers/hid/i2c-hid/i2c-hid.c
index 3bbd70e839f24d949fce09aea01cc5beb460b16e..7062df21da52b8743ca0a2c86e9ef75455240314 100644
(file)
--- a/
drivers/hid/i2c-hid/i2c-hid.c
+++ b/
drivers/hid/i2c-hid/i2c-hid.c
@@
-32,7
+32,6
@@
#include <linux/list.h>
#include <linux/jiffies.h>
#include <linux/kernel.h>
-#include <linux/bug.h>
#include <linux/hid.h>
#include <linux/i2c/i2c-hid.h>