pcit.c (87d8a69709d971913e6cc7210450fcb8be963667) | pcit.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f) |
---|---|
1/* 2 * PCI Tower 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) 2006 Thomas Bogendoerfer (tsbogend@alpha.franken.de) 9 */ 10 11#include <linux/init.h> 12#include <linux/interrupt.h> | 1/* 2 * PCI Tower 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) 2006 Thomas Bogendoerfer (tsbogend@alpha.franken.de) 9 */ 10 11#include <linux/init.h> 12#include <linux/interrupt.h> |
13#include <linux/irq.h> |
|
13#include <linux/pci.h> 14#include <linux/serial_8250.h> 15 16#include <asm/sni.h> 17#include <asm/time.h> 18#include <asm/irq_cpu.h> 19 20 --- 277 unchanged lines hidden --- | 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/irq_cpu.h> 20 21 --- 277 unchanged lines hidden --- |