Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f3ab013336e76687441462961000157c8980bb8
Commit:     1f3ab013336e76687441462961000157c8980bb8
Parent:     e54dea69bac12dae2ff27c1c7a472d4eee70638d
Author:     Jiri Kosina <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 16 00:30:42 2007 +0100
Committer:  Jiri Kosina <[EMAIL PROTECTED]>
CommitDate: Sun Jan 21 22:17:57 2007 +0100

    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 <[EMAIL PROTECTED]>
---
 drivers/hid/hid-input.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c
index 95b9573..9cf591a 100644
--- a/drivers/hid/hid-input.c
+++ b/drivers/hid/hid-input.c
@@ -30,7 +30,6 @@
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/kernel.h>
-#include <linux/usb/input.h>
 
 #undef DEBUG
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to