diff options
author | Jiri Kosina <jkosina@suse.cz> | 2007-01-25 10:43:31 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-02-05 09:00:38 (GMT) |
commit | c080d89ad91e98fec0e8fc5f448a1ad899bd85c7 (patch) | |
tree | 169a03a0e8d16fe95e7d689dd9fa7775340d5dc4 /drivers/usb/input | |
parent | 20eb12790670985c8e30821218993bd260387b89 (diff) | |
download | linux-c080d89ad91e98fec0e8fc5f448a1ad899bd85c7.tar.xz |
HID: hid debug from hid-debug.h to hid layer
hid-debug.h contains a lot of code, and should not therefore
be a header.
This patch moves the code to generic hid layer as .c source, and
introduces CONFIG_HID_DEBUG to conditionally compile it, instead
of playing with #define DEBUG and including hid-debug.h.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/input')
-rw-r--r-- | drivers/usb/input/hid-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 1fa42f4..6938c4e 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c @@ -35,6 +35,7 @@ #include <linux/hid.h> #include <linux/hiddev.h> +#include <linux/hid-debug.h> #include "usbhid.h" /* |