aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/Debug.h
diff options
context:
space:
mode:
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 e81db0d0f7a..03be63fbff4 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 {