irq.c (6548698f929814375fa5d62ae1db96959b0418c1) | irq.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> 7 * Copyright (C) 2008 Nicolas Schichan <nschichan@freebox.fr> 8 */ 9 10#include <linux/kernel.h> 11#include <linux/init.h> 12#include <linux/interrupt.h> 13#include <linux/module.h> | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> 7 * Copyright (C) 2008 Nicolas Schichan <nschichan@freebox.fr> 8 */ 9 10#include <linux/kernel.h> 11#include <linux/init.h> 12#include <linux/interrupt.h> 13#include <linux/module.h> |
14#include <linux/irq.h> |
|
14#include <asm/irq_cpu.h> 15#include <asm/mipsregs.h> 16#include <bcm63xx_cpu.h> 17#include <bcm63xx_regs.h> 18#include <bcm63xx_io.h> 19#include <bcm63xx_irq.h> 20 21/* --- 232 unchanged lines hidden --- | 15#include <asm/irq_cpu.h> 16#include <asm/mipsregs.h> 17#include <bcm63xx_cpu.h> 18#include <bcm63xx_regs.h> 19#include <bcm63xx_io.h> 20#include <bcm63xx_irq.h> 21 22/* --- 232 unchanged lines hidden --- |