Skip to content

Commit

Permalink
Staging: bcm: Remove typedef for ePMU_MODES and call directly.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent a903d65 commit 3841410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/bcm/Macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3841410

Please sign in to comment.