From: Arnd Bergmann Date: Wed, 4 Jul 2012 07:45:16 +0000 (+0000) Subject: ARM: at91: fix new build errors X-Git-Tag: v3.6-rc1~147^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14070ade02cc378bc30dae383532768a94805988;p=pandora-kernel.git ARM: at91: fix new build errors MULTI_IRQ_HANDLER and SPARSE_IRQ are now required everywhere because mach/irqs.h and mach/entry-macros.S are gone but the symbols are only selected for AT91SAM9, not for the NOMMU parts. A few files now need to include linux/io.h directly, which used to be included through other headers that have changed. The new at91_aic_irq_priorities variable is only used with CONFIG_OF enabled and should not be visible otherwise. Signed-off-by: Arnd Bergmann Acked-by: Ludovic Desroches Acked-by: Nicolas Ferre --- Reading git-diff-tree failed