[PATCH] m68k: cleanup generic irq names
Rename IRQ1..IRQ7 to IRQ_AUTO_1..IRQ_AUTO_7 and remove the duplicate defintions. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
92445eaaad
commit
4facfde9f1
@ -55,7 +55,7 @@ static char *version = "sun3lance.c: v1.2 1/12/2001 Sam Creasey (sammy@sammy.ne
|
||||
/* sun3/60 addr/irq for the lance chip. If your sun is different,
|
||||
change this. */
|
||||
#define LANCE_OBIO 0x120000
|
||||
#define LANCE_IRQ IRQ3
|
||||
#define LANCE_IRQ IRQ_AUTO_3
|
||||
|
||||
/* Debug level:
|
||||
* 0 = silent, print only serious errors
|
||||
|
Reference in New Issue
Block a user