Skip to content
Commit 1f3ab013 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

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: default avatarJiri Kosina <jkosina@suse.cz>
parent e54dea69
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment