summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2013-01-05 05:35:08 +0100
committerGreg Kroah-Hartman2013-01-07 19:57:51 +0100
commit4b388a9e1da7156dbf924e38741beaac1b4e29d1 (patch)
treee9cec17511f1f57e2e046fdd0718ae184d55354e /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Replace UINT with unsigned int in Debug.h (diff)
downloadkernel-qcow2-linux-4b388a9e1da7156dbf924e38741beaac1b4e29d1.tar.gz
kernel-qcow2-linux-4b388a9e1da7156dbf924e38741beaac1b4e29d1.tar.xz
kernel-qcow2-linux-4b388a9e1da7156dbf924e38741beaac1b4e29d1.zip
Staging: bcm: Remove typedef for _S_BCM_DEBUG_STATE and call directly.
This patch removes typedef for _S_BCM_DEBUG_STATE, and changes the name of the struct to bcm_debug_state. In addition, any calls to struct "S_BCM_DEBUG_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/Adapter.h')
-rw-r--r--drivers/staging/bcm/Adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index ade7bfd9cde3..1d8bf08b5bfd 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -392,7 +392,7 @@ struct bcm_mini_adapter {
struct semaphore LowPowerModeSync;
ULONG liDrainCalculated;
UINT gpioBitMap;
- S_BCM_DEBUG_STATE stDebugState;
+ struct bcm_debug_state stDebugState;
};
#define GET_BCM_ADAPTER(net_dev) netdev_priv(net_dev)