aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/rtmp_iface.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-12-11 12:23:15 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:15 -0800
commit51126deb201c59cc8cdc4873e3d130d6bc60513d (patch)
treeaae5d37bda36d40b6486021e5f2e4d8c7721dfba /drivers/staging/rt2860/rtmp_iface.h
parentStaging: rt28x0: fix comments in *.h files (diff)
downloadlinux-dev-51126deb201c59cc8cdc4873e3d130d6bc60513d.tar.xz
linux-dev-51126deb201c59cc8cdc4873e3d130d6bc60513d.zip
Staging: rt28x0: remove typedefs (part one)
Remove typedefs from rtmp_type.h. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rt2860/rtmp_iface.h')
-rw-r--r--drivers/staging/rt2860/rtmp_iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rt2860/rtmp_iface.h b/drivers/staging/rt2860/rtmp_iface.h
index 84b08a05d84a..cafb618adf70 100644
--- a/drivers/staging/rt2860/rtmp_iface.h
+++ b/drivers/staging/rt2860/rtmp_iface.h
@@ -50,8 +50,8 @@ typedef struct _INF_PCI_CONFIG_ {
} INF_PCI_CONFIG;
typedef struct _INF_USB_CONFIG_ {
- UINT8 BulkInEpAddr; /* bulk-in endpoint address */
- UINT8 BulkOutEpAddr[6]; /* bulk-out endpoint address */
+ u8 BulkInEpAddr; /* bulk-in endpoint address */
+ u8 BulkOutEpAddr[6]; /* bulk-out endpoint address */
} INF_USB_CONFIG;
typedef struct _INF_RBUS_CONFIG_ {