Skip to content

Commit

Permalink
HID: i2c-hid: remove superfluous include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Kosina committed Dec 5, 2012
1 parent 6233362 commit addb114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/hid/i2c-hid/i2c-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit addb114

Please sign in to comment.