commit | 1f3ab013336e76687441462961000157c8980bb8 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Tue Jan 16 00:30:42 2007 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Sun Jan 21 22:17:57 2007 +0100 |
tree | fbe5adfa5d01cb427fe4e141c61985b45f147f66 | |
parent | e54dea69bac12dae2ff27c1c7a472d4eee70638d [diff] |
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 <jkosina@suse.cz>