diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-11-20 13:55:34 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-06 10:45:37 +0900 |
commit | 9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211 (patch) | |
tree | 47094da0cd858abb54607b139c41686d293b130f /arch/sh/kernel/cpu/irq/ipr.c | |
parent | 417528a2e35f46bc42721de5c4efd33a0eba019d (diff) | |
download | kernel_samsung_tuna-9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211.zip kernel_samsung_tuna-9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211.tar.gz kernel_samsung_tuna-9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211.tar.bz2 |
sh: Drop CPU subtype IRQ headers.
This drops the various IRQ headers that were floating around
and primarily providing hardcoded IRQ definitions for the
various CPU subtypes. This quickly got to be an unmaintainable
mess, made even more evident by the subtle breakage introduced
by the SH-2 and SH-2A changes.
Now that subtypes are able to register IRQ maps directly, just
rip all of the headers out.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/irq/ipr.c')
-rw-r--r-- | arch/sh/kernel/cpu/irq/ipr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/irq/ipr.c b/arch/sh/kernel/cpu/irq/ipr.c index f7a2bae..a181ccd 100644 --- a/arch/sh/kernel/cpu/irq/ipr.c +++ b/arch/sh/kernel/cpu/irq/ipr.c @@ -19,10 +19,8 @@ #include <linux/init.h> #include <linux/irq.h> #include <linux/module.h> -#include <asm/system.h> -#include <asm/io.h> -#include <asm/machvec.h> - +#include <linux/io.h> +#include <linux/interrupt.h> static void disable_ipr_irq(unsigned int irq) { |