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>
This commit is contained in:
Haavard Skinnemoen
2008-02-24 14:09:25 +01:00
committad av Haavard Skinnemoen
förälder 62c6df62f9
incheckning 46acb55b4b
4 ändrade filer med 5 tillägg och 130 borttagningar

Visa fil

@@ -16,7 +16,6 @@
#include <linux/sched.h>
#include <linux/types.h>
#include <asm/intc.h>
#include <asm/sysreg.h>
#include <asm/system.h>