Skip to content

Commit

Permalink
Staging: otus: includecheck fix: drivers/staging/otus/usbdrv.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 2386b33 commit 6f92a8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/otus/usbdrv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f92a8d

Please sign in to comment.