summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Debug.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2013-01-04 23:35:09 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 10:57:51 -0800
commita049728928b14cadc6ceb128cedde9f8e5af2b3c (patch)
tree8449fe100be518e6f81691fb676588ab20b2226b /drivers/staging/bcm/Debug.h
parent4b388a9e1da7156dbf924e38741beaac1b4e29d1 (diff)
downloadop-kernel-dev-a049728928b14cadc6ceb128cedde9f8e5af2b3c.zip
op-kernel-dev-a049728928b14cadc6ceb128cedde9f8e5af2b3c.tar.gz
Staging: bcm: Change the name of typedef USER_BCM_DBG_STATE to bcm_user_debug_state.
This patch removes typedef for USER_BCM_DBG_STATE, and changes the name of the struct to bcm_user_debug_state. In addition, any calls to struct "USER_BCM_DBG_STATE" are changed to call directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/Debug.h')
-rw-r--r--drivers/staging/bcm/Debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Debug.h b/drivers/staging/bcm/Debug.h
index e81db0d..03be63f 100644
--- a/drivers/staging/bcm/Debug.h
+++ b/drivers/staging/bcm/Debug.h
@@ -171,11 +171,11 @@
* Delibrately matches that of the Windows driver..
* The TestApp's ioctl passes this struct to us.
*/
-typedef struct {
+struct bcm_user_debug_state {
unsigned int Subtype, Type;
unsigned int OnOff;
/* unsigned int debug_level; future expansion */
-} __packed USER_BCM_DBG_STATE;
+} __packed;
/* ---Kernel-space mapping of Debug State */
struct bcm_debug_state {
OpenPOWER on IntegriCloud