Browse Source

Staging: bcm: Change ULONG to unsigned long in InterfaceAdapter.h

This patch changes ULONG to unsigned long
in InterfaceAdapter.h.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Kevin McKinney 12 years ago
parent
commit
38d6d8de76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/bcm/InterfaceAdapter.h

+ 1 - 1
drivers/staging/bcm/InterfaceAdapter.h

@@ -60,7 +60,7 @@ struct bcm_interface_adapter {
 	struct bcm_intr_endpoint_in	sIntrIn;
 	/* Interrupt endpoint out info */
 	struct bcm_intr_endpoint_out	sIntrOut;
-	ULONG		ulInterruptData[2];
+	unsigned long		ulInterruptData[2];
 	struct urb *psInterruptUrb;
 	struct bcm_usb_tcb	asUsbTcb[MAXIMUM_USB_TCB];
 	struct bcm_usb_rcb	asUsbRcb[MAXIMUM_USB_RCB];