linux/arch
Thomas Gleixner abcfc543be m68k: Do not rely on magic indirect includes
commit: 8f945a33 (genirq: Move kstat_incr_irqs_this_cpu() to core)
unearthed the following:

arch/m68k/kernel/ints.c:34:15: error: variable 'auto_irq_chip' has initializer but incomplete type
arch/m68k/kernel/ints.c:35:2: error: unknown field 'name' specified in initializer
arch/m68k/kernel/ints.c:35:2: warning: excess elements in struct initializer [enabled by default]

The reason is that this file requires linux/irq.h and magically
pulled that in via linux/kernel_stat.h

The commit above got rid of the pointless include of linux/irq.h in
linux/kernel_stat.h and therefor broke the build.

Include linux/irq.h

Reported-by: fengguang.wu@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2014-03-05 13:28:32 +01:00
..
alpha alpha: fix broken network checksum 2014-01-31 09:21:55 -08:00
arc Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2014-01-30 16:58:05 -08:00
arm arm: mmp: Remove pointless fiddling with irq internals 2014-03-04 17:37:52 +01:00
arm64 A small error handling problem and a compile breakage for ARM64. 2014-02-14 11:10:49 -08:00
avr32
blackfin Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2014-01-31 09:31:14 -08:00
c6x
cris
frv Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2014-01-30 16:58:05 -08:00
hexagon
ia64 ia64: Remove deprecated IRQF_DISABLED 2014-03-04 21:47:51 +01:00
m32r
m68k m68k: Do not rely on magic indirect includes 2014-03-05 13:28:32 +01:00
metag
microblaze microblaze: Fix a typo when disabling stack protection 2014-02-10 07:44:11 +01:00
mips mips: Use the core irq stats function 2014-03-04 17:37:53 +01:00
mn10300 mn10300: Remove deprecated IRQF_DISABLED 2014-03-04 21:47:51 +01:00
openrisc OpenRISC updates for 3.14 2014-01-30 17:08:41 -08:00
parisc execve: use 'struct filename *' for executable name passing 2014-02-05 12:54:53 -08:00
powerpc powerpc: eeh: Fixup the brown paperbag fallout of the "cleanup" 2014-03-05 00:13:33 +01:00
s390 s390: Do not rely on magic indirect includes 2014-03-04 23:57:29 +01:00
score Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2014-01-31 09:31:14 -08:00
sh sh: Use irq_set_affinity instead of homebrewn code 2014-03-04 17:37:55 +01:00
sparc sparc: Use the core irq stats function 2014-03-04 17:37:53 +01:00
tile tile: remove compat_sys_lookup_dcookie declaration to fix compile error 2014-02-01 10:55:15 -08:00
um
unicore32
x86 x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robot 2014-03-04 23:53:33 +01:00
xtensa xtensa: Use irq_set_affinity instead of homebrewn code 2014-03-04 17:37:55 +01:00
.gitignore
Kconfig