summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mfd.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2011-09-11 13:59:29 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-22 16:05:08 -0700
commit98c2b37353cd8839f86f36e9bb9fe39f33fc9626 (patch)
tree70b6f7c513e4239e10d2e903b1007a679bb53a48 /drivers/tty/serial/mfd.c
parent3a0db7215c88077b61a673215756ec4a0dc0c7a5 (diff)
downloadop-kernel-dev-98c2b37353cd8839f86f36e9bb9fe39f33fc9626.zip
op-kernel-dev-98c2b37353cd8839f86f36e9bb9fe39f33fc9626.tar.gz
keyboard: Do not include <linux/irq.>
The top of <linux/irq.h> has this comment: * Please do not include this file in generic code. There is currently * no requirement for any architecture to implement anything held * within this file. * * Thanks. --rmk Remove inclusion of <linux/irq.>, to prevent the following compile error from happening soon: | include/linux/irq.h:132: error: redefinition of ‘struct irq_data’ | include/linux/irq.h:286: error: redefinition of ‘struct irq_chip’ drivers/tty/vt/keyboard.c needs to include <asm/irq_regs.h> for get_irq_regs(): | drivers/tty/vt/keyboard.c:497: error: implicit declaration of function ‘get_irq_regs’ | drivers/tty/vt/keyboard.c:497: warning: initialization makes pointer from integer without a cast Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Cc: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/mfd.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud