···11/*22- * Copyright (c) 2004 MIPS Inc33- * Author: chris@mips.com44- *52 * This program is free software; you can redistribute it and/or modify it63 * under the terms of the GNU General Public License as published by the74 * Free Software Foundation; either version 2 of the License, or (at your85 * option) any later version.66+ *77+ * Copyright (c) 2004 MIPS Inc88+ * Author: chris@mips.com99+ *1010+ * Copyright (C) 2004, 06 Ralf Baechle <ralf@linux-mips.org>911 */1012#include <linux/module.h>1113#include <linux/interrupt.h>1214#include <linux/kernel.h>1313-#include <asm/ptrace.h>1415#include <linux/sched.h>1516#include <linux/kernel_stat.h>1617#include <asm/io.h>
+1-2
arch/mips/kernel/irq-mv6434x.c
···11/*22 * Copyright 2002 Momentum Computer33 * Author: mdharm@momenco.com44- * Copyright (C) 2004 Ralf Baechle <ralf@linux-mips.org>44+ * Copyright (C) 2004, 06 Ralf Baechle <ralf@linux-mips.org>55 *66 * This program is free software; you can redistribute it and/or modify it77 * under the terms of the GNU General Public License as published by the···1515#include <linux/mv643xx.h>1616#include <linux/sched.h>17171818-#include <asm/ptrace.h>1918#include <asm/io.h>2019#include <asm/irq.h>2120#include <asm/marvell.h>