This patch replaces "UINT32" with "u32" in Ioctl.h

Signed-off-by: Kevin McKinney <klmckinn...@gmail.com>
---
 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 6a361e5..ce10ea4 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 {
-- 
1.7.9.5

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to