diff options
Diffstat (limited to 'arch/mips/include/asm/mach-jz4740/irq.h')
| -rw-r--r-- | arch/mips/include/asm/mach-jz4740/irq.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/irq.h b/arch/mips/include/asm/mach-jz4740/irq.h index a865c983c70..df50736749c 100644 --- a/arch/mips/include/asm/mach-jz4740/irq.h +++ b/arch/mips/include/asm/mach-jz4740/irq.h @@ -3,7 +3,7 @@   *  JZ4740 IRQ definitions   *   *  This program is free software; you can redistribute it and/or modify it - *  under  the terms of the GNU General  Public License as published by the + *  under  the terms of the GNU General	 Public License as published by the   *  Free Software Foundation;  either version 2 of the License, or (at your   *  option) any later version.   * @@ -45,7 +45,7 @@  #define JZ4740_IRQ_LCD		JZ4740_IRQ(30)  /* 2nd-level interrupts */ -#define JZ4740_IRQ_DMA(x)	(JZ4740_IRQ(32) + (X)) +#define JZ4740_IRQ_DMA(x)	(JZ4740_IRQ(32) + (x))  #define JZ4740_IRQ_INTC_GPIO(x) (JZ4740_IRQ_GPIO0 - (x))  #define JZ4740_IRQ_GPIO(x)	(JZ4740_IRQ(48) + (x))  | 
