CRIS: convert to asm-generic/hardirq.h
Convert CRIS to use asm-generic/hardirq.h Also remove unneeded (incorrect) prototypes for setup_irq(). Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
committed by
Jesper Nilsson
parent
e6cd19743b
commit
0395ac6447
@@ -38,11 +38,6 @@
|
||||
|
||||
#include <asm/io.h>
|
||||
|
||||
void ack_bad_irq(unsigned int irq)
|
||||
{
|
||||
printk("unexpected IRQ trap at vector %02x\n", irq);
|
||||
}
|
||||
|
||||
int show_interrupts(struct seq_file *p, void *v)
|
||||
{
|
||||
int i = *(loff_t *) v, j;
|
||||
|
Reference in New Issue
Block a user