projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2386b33
)
Staging: otus: includecheck fix: drivers/staging/otus/usbdrv.h
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Fri, 14 Aug 2009 06:24:37 +0000
(11:54 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:02:06 +0000
(12:02 -0700)
fix the following 'make includecheck' warning:
drivers/staging/otus/usbdrv.h: linux/usb.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/otus/usbdrv.h
patch
|
blob
|
history
diff --git
a/drivers/staging/otus/usbdrv.h
b/drivers/staging/otus/usbdrv.h
index
a11b3b3
..
7800406
100644
(file)
--- a/
drivers/staging/otus/usbdrv.h
+++ b/
drivers/staging/otus/usbdrv.h
@@
-61,10
+61,6
@@
#define USB_REG_IN_PIPE 3
#define USB_REG_OUT_PIPE 4
-#if (WLAN_HOSTIF == WLAN_USB)
-#include <linux/usb.h>
-#endif
-
#ifdef ZM_HOSTAPD_SUPPORT
#include "athr_common.h"
#endif