Hi All,

Greetings from Linaro QA services.
We have setup the process of validating Linux on ARM Kernel builds.
One of those ARM targets is Snowball. Snowball build broken log can be found here 

Build Error:

04:48:08   CC      drivers/mfd/ab8500-debugfs.o
04:48:09 /mnt/ci_build/workspace/linux-next/hwpack/snowball/label/precise_hwpack_cloud/drivers/mfd/ab8500-debugfs.c:95:23: fatal error: mach/irqs.h: No such file or directory
04:48:09 compilation terminated.
04:48:09 make[3]: *** [drivers/mfd/ab8500-debugfs.o] Error 1
04:48:09 make[2]: *** [drivers/mfd] Error 2
04:48:09 make[1]: *** [drivers] Error 2

Code snippet:
------------------
drivers/mfd/ab8500-debugfs.c
 
 89 #ifdef CONFIG_DEBUG_FS
  90 #include <linux/string.h>
  91 #include <linux/ctype.h>
  92 #endif
  93
  94 /* TODO: this file should not reference IRQ_DB8500_AB8500! */
  95 #include <mach/irqs.h>
  96
  97 static u32 debug_bank;
  98 static u32 debug_address;
  99

Kernel Commit id:
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=484eecb3dc4d7173015feeb41e2995bbcb724523

Complete build log:
https://ci.linaro.org/jenkins/job/linux-next/hwpack=snowball,label=precise_hwpack_cloud/4/console

Please let me know if you need more info.

Best regards
Naresh Kamboju