From: Jiri Kosina Date: Mon, 15 Jan 2007 23:30:42 +0000 (+0100) Subject: HID: hid/hid-input.c doesn't need to include linux/usb/input.h X-Git-Tag: firefly_0821_release~31530^2~3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1f3ab013336e76687441462961000157c8980bb8;p=firefly-linux-kernel-4.4.55.git HID: hid/hid-input.c doesn't need to include linux/usb/input.h There is no reason for generic hid-input.c to include usb-specific input.h. As a sideeffect, this also fixes warning of redefinition of dbg() macro, when hid-input.c is compiled with DEBUG (as there is a clash between dbg() from hid.h and usb/input.h). Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 95b9573c5f93..9cf591a1bda3 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -30,7 +30,6 @@ #include #include #include -#include #undef DEBUG