* Fengguang Wu <[email protected]> [120916 17:41]:
> Hi Tony,
> 
> FYI, kernel build failed on
> 
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git 
> tmp-merge
> head:   a742996f4643b4e9612fe081d146035964cfbd87
> commit: 7d7e1eba7e92c2f9c76db80adc24836e7a114bfb [31/47] ARM: OMAP2+: Prepare 
> for irqs.h removal
> config: x86_64-randconfig-s331 (attached as .config)
> 
> All related error/warning messages:
> 
> drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or 
> directory
> compilation terminated.
> 
> vim +49 drivers/mfd/twl-core.c
>     44        #include <linux/regulator/machine.h>
>     45        
>     46        #include <linux/i2c.h>
>     47        #include <linux/i2c/twl.h>
>     48        
>   > 49        #include <plat/cpu.h>
>     50        
>     51        #include "twl-core.h"
>     52        
>     53        /*
>     54         * The TWL4030 "Triton 2" is one of a family of a 
> multi-function "Power

OK thanks for letting me know. That include needs to be ifdeffed until
we remove all cpu_is_omap usage from drivers. I'll take a look and will
also check if other drivers may have the same issue.

Regards,

Tony
--
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

Reply via email to