This patch replaces "UCHAR" with "unsigned char" in
Macros.h.

Signed-off-by: Kevin McKinney <[email protected]>
---
 drivers/staging/bcm/Macros.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/bcm/Macros.h b/drivers/staging/bcm/Macros.h
index 1fae5d9..dc01e30 100644
--- a/drivers/staging/bcm/Macros.h
+++ b/drivers/staging/bcm/Macros.h
@@ -163,9 +163,9 @@
 #define GPIO_PIN_STATE_REGISTER  0x0F000038
 
 struct bcm_link_state {
-       UCHAR ucLinkStatus;
-       UCHAR bIdleMode;
-       UCHAR bShutdownMode;
+       unsigned char ucLinkStatus;
+       unsigned char bIdleMode;
+       unsigned char bShutdownMode;
 };
 
 enum enLinkStatus {
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to