Staging: bcm: Remove typedef for ePMU_MODES and call directly.

This patch removes typedef for ePMU_MODES, and
changes the name of the enum to bcm_pmu_modes.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kevin McKinney 2012-12-21 15:10:35 -05:00 committed by Greg Kroah-Hartman
parent a903d65055
commit 38414104db

View File

@ -331,11 +331,11 @@ typedef enum eNVM_TYPE {
NVM_UNKNOWN
} NVM_TYPE;
typedef enum ePMU_MODES {
enum bcm_pmu_modes {
HYBRID_MODE_7C = 0,
INTERNAL_MODE_6 = 1,
HYBRID_MODE_6 = 2
} PMU_MODE;
};
#define MAX_RDM_WRM_RETIRES 1