The zoom3 defconfig build is broken with opp patches. This patch will fix the same. Build and boot tested on omap zoom3 board. Build error log: In file included from arch/arm/plat-omap/include/plat/omap-pm.h:21, from arch/arm/mach-omap2/hsmmc.c:19: arch/arm/plat-omap/include/plat/opp.h: In function 'opp_find_freq_exact': arch/arm/plat-omap/include/plat/opp.h:255: error: implicit declaration of function 'ERR_PTR' Signed-off-by: Manjunatha GK <manjugk@xxxxxx> Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> --- arch/arm/plat-omap/include/plat/opp.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/opp.h b/arch/arm/plat-omap/include/plat/opp.h index dc9a0d9..6b38a20 100644 --- a/arch/arm/plat-omap/include/plat/opp.h +++ b/arch/arm/plat-omap/include/plat/opp.h @@ -15,6 +15,7 @@ #define __ASM_ARM_OMAP_OPP_H #include <linux/cpufreq.h> +#include <linux/err.h> #ifdef CONFIG_ARCH_OMAP3 enum opp_t { -- 1.6.0.4 -- 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