diff options
author | Lesly A M <leslyam@ti.com> | 2011-04-14 08:27:51 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-05-26 13:45:23 -0400 |
commit | d7ac829fa30d44d6553a0ead41f47bb92ee4d73e (patch) | |
tree | d189f6ab11a724c2430943cc6e76b16ec29d02b0 /include/linux/i2c | |
parent | 1f968ff61f2987f500832e93b9b704f26adadea6 (diff) |
mfd: Modifying the twl4030-power macro name Main_Ref to all caps
Modifying the macro name Main_Ref to all caps(MAIN_REF).
Suggested by Nishanth Menon <nm@ti.com>
Signed-off-by: Lesly A M <leslyam@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: David Derrick <dderrick@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index 0c0d1ae79981..4ebd7c32bc59 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h | |||
@@ -501,7 +501,7 @@ static inline int twl6030_mmc_card_detect(struct device *dev, int slot) | |||
501 | #define RES_32KCLKOUT 26 | 501 | #define RES_32KCLKOUT 26 |
502 | #define RES_RESET 27 | 502 | #define RES_RESET 27 |
503 | /* Power Reference */ | 503 | /* Power Reference */ |
504 | #define RES_Main_Ref 28 | 504 | #define RES_MAIN_REF 28 |
505 | 505 | ||
506 | #define TOTAL_RESOURCES 28 | 506 | #define TOTAL_RESOURCES 28 |
507 | /* | 507 | /* |