pcimt.c (87d8a69709d971913e6cc7210450fcb8be963667) | pcimt.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f) |
---|---|
1/* 2 * PCIMT specific code 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 * 8 * Copyright (C) 1996, 97, 98, 2000, 03, 04, 06 Ralf Baechle (ralf@linux-mips.org) 9 * Copyright (C) 2006,2007 Thomas Bogendoerfer (tsbogend@alpha.franken.de) 10 */ 11 12#include <linux/init.h> 13#include <linux/interrupt.h> | 1/* 2 * PCIMT specific code 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 * 8 * Copyright (C) 1996, 97, 98, 2000, 03, 04, 06 Ralf Baechle (ralf@linux-mips.org) 9 * Copyright (C) 2006,2007 Thomas Bogendoerfer (tsbogend@alpha.franken.de) 10 */ 11 12#include <linux/init.h> 13#include <linux/interrupt.h> |
14#include <linux/irq.h> |
|
14#include <linux/pci.h> 15#include <linux/serial_8250.h> 16 17#include <asm/sni.h> 18#include <asm/time.h> 19#include <asm/i8259.h> 20#include <asm/irq_cpu.h> 21 --- 317 unchanged lines hidden --- | 15#include <linux/pci.h> 16#include <linux/serial_8250.h> 17 18#include <asm/sni.h> 19#include <asm/time.h> 20#include <asm/i8259.h> 21#include <asm/irq_cpu.h> 22 --- 317 unchanged lines hidden --- |