From 73f44785b3aa77afd1771f5151d204f99d24faea Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Thu, 22 Nov 2012 14:48:37 -0500 Subject: [PATCH] Staging: bcm: Replace UINT32 with u32 in Ioctl.h This patch replaces "UINT32" with "u32" in Ioctl.h Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/Ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/Ioctl.h b/drivers/staging/bcm/Ioctl.h index 6a361e547868..ce10ea44cdd9 100644 --- a/drivers/staging/bcm/Ioctl.h +++ b/drivers/staging/bcm/Ioctl.h @@ -210,7 +210,7 @@ typedef struct _FLASH2X_BITMAP { typedef struct _ST_TIME_ELAPSED_ { unsigned long long ul64TimeElapsedSinceNetEntry; - UINT32 uiReserved[4]; + u32 uiReserved[4]; } ST_TIME_ELAPSED, *PST_TIME_ELAPSED; enum { -- 2.34.1