Since accessor functions are used through out, we dont depend on the predefined macros to know the limits of the opp table. Hence, remove these.
Tested on: SDP3430, SDP3630 Cc: Benoit Cousson <[email protected]> Cc: Jon Hunter <[email protected]> Cc: Kevin Hilman <[email protected]> Cc: Madhusudhan Chikkature Rajashekar <[email protected]> Cc: Paul Walmsley <[email protected]> Cc: Romit Dasgupta <[email protected]> Cc: Sanjeev Premi <[email protected]> Cc: Santosh Shilimkar <[email protected]> Cc: Sergio Alberto Aguirre Rodriguez <[email protected]> Cc: SuiLun Lam <[email protected]> Cc: Thara Gopinath <[email protected]> Cc: Vishwanath Sripathy <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> --- arch/arm/plat-omap/include/plat/omap34xx.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/omap34xx.h b/arch/arm/plat-omap/include/plat/omap34xx.h index 868e238..cc7cfae 100644 --- a/arch/arm/plat-omap/include/plat/omap34xx.h +++ b/arch/arm/plat-omap/include/plat/omap34xx.h @@ -104,10 +104,5 @@ #define VDD2_OPP2 0x2 #define VDD2_OPP3 0x3 -#define MIN_VDD1_OPP VDD1_OPP1 -#define MAX_VDD1_OPP VDD1_OPP5 -#define MIN_VDD2_OPP VDD2_OPP1 -#define MAX_VDD2_OPP VDD2_OPP3 - #endif /* __ASM_ARCH_OMAP34XX_H */ -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
