aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-12-21 15:10:39 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 10:56:43 -0800
commit8c4f88a8644be48212a5f70cbf5c1e2f8900e029 (patch)
tree14eb334ae2e50a21e1629249175c56acff57e87a /drivers/staging/bcm
parentStaging: bcm: Remove typedef for _LINK_STATE and call directly. (diff)
downloadlinux-dev-8c4f88a8644be48212a5f70cbf5c1e2f8900e029.tar.xz
linux-dev-8c4f88a8644be48212a5f70cbf5c1e2f8900e029.zip
Staging: bcm: Replace UCHAR with unsigned char in Macros.h
This patch replaces "UCHAR" with "unsigned char" in Macros.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r--drivers/staging/bcm/Macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/bcm/Macros.h b/drivers/staging/bcm/Macros.h
index 1fae5d9b9d2a..dc01e3016d4f 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 {