HID: hid debug from hid-debug.h to hid layer
authorJiri Kosina <jkosina@suse.cz>
Thu, 25 Jan 2007 10:43:31 +0000 (11:43 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 5 Feb 2007 09:00:38 +0000 (10:00 +0100)
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>

No differences found