summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-12-21 21:10:36 +0100
committerGreg Kroah-Hartman2013-01-07 19:56:43 +0100
commitaf72c617944784575126899eb603c9fc711341dc (patch)
tree1c8225f60412fdb4d4565e80a5d9ca6cedf6bc78 /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Remove typedef for ePMU_MODES and call directly. (diff)
downloadkernel-qcow2-linux-af72c617944784575126899eb603c9fc711341dc.tar.gz
kernel-qcow2-linux-af72c617944784575126899eb603c9fc711341dc.tar.xz
kernel-qcow2-linux-af72c617944784575126899eb603c9fc711341dc.zip
Staging: bcm: Remove typedef for eNVM_TYPE and call directly.
This patch removes typedef for eNVM_TYPE, and changes the name of the enum to bcm_nvm_type. In addition, any calls to enum "NVM_TYPE" 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 91367ce1cb31..ade7bfd9cde3 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -345,7 +345,7 @@ struct bcm_mini_adapter {
struct bcm_fragmented_packet_info astFragmentedPktClassifierTable[MAX_FRAGMENTEDIP_CLASSIFICATION_ENTRIES];
atomic_t uiMBupdate;
UINT32 PmuMode;
- NVM_TYPE eNVMType;
+ enum bcm_nvm_type eNVMType;
UINT uiSectorSize;
UINT uiSectorSizeInCFG;
BOOLEAN bSectorSizeOverride;