summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/Ioctl.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-11-22 14:48:55 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-26 16:05:23 -0800
commitdc23445a118addb0b79e60754e70f99a3cf5177b (patch)
treee51596b62aa98db02a16a753bebc75772f45b860 /drivers/staging/bcm/Ioctl.h
parenta2521d79715680386f3dbefbc2ffc93fdf08b58a (diff)
Staging: bcm: Remove typedef for rdmbuffer and call directly.
This patch removes typedef for rdmbuffer, and changes the name of the struct to bcm_rdm_buffer. In addition, any calls to typedefs RDM_BUFFER, or *PRDM_BUFFER are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/Ioctl.h')
-rw-r--r--drivers/staging/bcm/Ioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Ioctl.h b/drivers/staging/bcm/Ioctl.h
index 5910ba509ace..8c70af90969b 100644
--- a/drivers/staging/bcm/Ioctl.h
+++ b/drivers/staging/bcm/Ioctl.h
@@ -1,10 +1,10 @@
#ifndef _IOCTL_H_
#define _IOCTL_H_
-typedef struct rdmbuffer {
+struct bcm_rdm_buffer {
unsigned long Register;
unsigned long Length;
-} __packed RDM_BUFFER, *PRDM_BUFFER;
+} __packed;
struct bcm_wrm_buffer {
unsigned long Register;