HID: hid/hid-input.c doesn't need to include linux/usb/input.h
authorJiri Kosina <jkosina@suse.cz>
Mon, 15 Jan 2007 23:30:42 +0000 (00:30 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sun, 21 Jan 2007 21:17:57 +0000 (22:17 +0100)
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 <jkosina@suse.cz>

No differences found