提交 38414104 编写于 作者: K Kevin McKinney 提交者: Greg Kroah-Hartman

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: NKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a903d650
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册