This patch removes the inclusion of plat/opp_twl_tps.h in opp.c. This header file is included unnecessarily and creats unwanted dependency between the generic opp layer and TWL4030/5030 PMIC dependent code. Signed-off-by: Thara Gopinath <thara@xxxxxx> --- arch/arm/plat-omap/opp.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/opp.c b/arch/arm/plat-omap/opp.c index d88a2e0..1aea69e 100644 --- a/arch/arm/plat-omap/opp.c +++ b/arch/arm/plat-omap/opp.c @@ -19,7 +19,6 @@ #include <linux/err.h> #include <linux/list.h> -#include <plat/opp_twl_tps.h> #include <plat/opp.h> #include <plat/omap_device.h> -- 1.7.0.rc1.33.g07cf0f -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html