diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-03-05 13:28:32 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-03-05 13:28:32 +0100 |
commit | abcfc543bec803a53c5bd2925d3293df4ede84b0 (patch) | |
tree | 8dddaf85c8aece77b22b3cbf5fdff08af053888c /arch/x86 | |
parent | 57310c3c99eb6fab2ecbd63aa3f7c323341ca77e (diff) | |
download | op-kernel-dev-abcfc543bec803a53c5bd2925d3293df4ede84b0.zip op-kernel-dev-abcfc543bec803a53c5bd2925d3293df4ede84b0.tar.gz |
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>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions