summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/wbhal.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-11-28 21:00:08 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-01 22:45:47 (GMT)
commit2894c6cd0ea84c30fc028ba92f8e61fbe7971e65 (patch)
tree80f42e59a94a38ac2572c7e36a0238e361fb2ecb /drivers/staging/winbond/wbhal.h
parent9be98819d31c4e105ad028ee092d27a46a9e298a (diff)
downloadlinux-2894c6cd0ea84c30fc028ba92f8e61fbe7971e65.tar.xz
Staging: w35und: Kill struct wb_usb
This patch kills struct wb_usb which now only contains a pointer to struct usb_device. Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/wbhal.h')
-rw-r--r--drivers/staging/winbond/wbhal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/winbond/wbhal.h b/drivers/staging/winbond/wbhal.h
index dcf3b21..39e84a0 100644
--- a/drivers/staging/winbond/wbhal.h
+++ b/drivers/staging/winbond/wbhal.h
@@ -356,7 +356,6 @@ struct txvga_for_50 {
* ==============================================
*/
-#include "wbusb_s.h"
#include "wb35reg_s.h"
#include "wb35tx_s.h"
#include "wb35rx_s.h"
@@ -437,7 +436,7 @@ struct hw_data {
* Variable for each module
* ==================================================
*/
- struct wb_usb WbUsb; /* Need WbUsb.h */
+ struct usb_device *udev;
struct wb35_reg reg; /* Need Wb35Reg.h */
struct wb35_tx Wb35Tx; /* Need Wb35Tx.h */
struct wb35_rx Wb35Rx; /* Need Wb35Rx.h */