Commit 8c4f88a8 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Replace UCHAR with unsigned char in Macros.h

This patch replaces "UCHAR" with "unsigned char" in
Macros.h.
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a23e67f1
...@@ -163,9 +163,9 @@ ...@@ -163,9 +163,9 @@
#define GPIO_PIN_STATE_REGISTER 0x0F000038 #define GPIO_PIN_STATE_REGISTER 0x0F000038
struct bcm_link_state { struct bcm_link_state {
UCHAR ucLinkStatus; unsigned char ucLinkStatus;
UCHAR bIdleMode; unsigned char bIdleMode;
UCHAR bShutdownMode; unsigned char bShutdownMode;
}; };
enum enLinkStatus { enum enLinkStatus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment