diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-02-24 14:09:25 +0100 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-04-19 20:40:07 -0400 |
commit | 46acb55b4b745256a33b2eaeb6d21fffdb091745 (patch) | |
tree | 9e0468d9b49b7d12bf8ec7acfafcd568e0dd212b /arch/avr32/oprofile | |
parent | 62c6df62f9575cffd673bfc395270e6896a12a60 (diff) | |
download | linux-3.10-46acb55b4b745256a33b2eaeb6d21fffdb091745.tar.gz linux-3.10-46acb55b4b745256a33b2eaeb6d21fffdb091745.tar.bz2 linux-3.10-46acb55b4b745256a33b2eaeb6d21fffdb091745.zip |
avr32: Delete mostly unused header asm/intc.h
Move the only thing that was actually implemented and used in
asm/intc.h, intc_get_pending(), into asm/irq.h and delete asm/intc.h
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/oprofile')
-rw-r--r-- | arch/avr32/oprofile/op_model_avr32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/oprofile/op_model_avr32.c b/arch/avr32/oprofile/op_model_avr32.c index e2f876bfc86..df42325c7f8 100644 --- a/arch/avr32/oprofile/op_model_avr32.c +++ b/arch/avr32/oprofile/op_model_avr32.c @@ -16,7 +16,6 @@ #include <linux/sched.h> #include <linux/types.h> -#include <asm/intc.h> #include <asm/sysreg.h> #include <asm/system.h> |