Explorar o código

Blackfin arch: use the symbolic IRQ define rather than the backend number

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Mike Frysinger %!s(int64=17) %!d(string=hai) anos
pai
achega
96b86e94bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/blackfin/mach-bf537/boards/stamp.c

+ 1 - 1
arch/blackfin/mach-bf537/boards/stamp.c

@@ -861,7 +861,7 @@ static struct platform_device bfin_sport1_uart_device = {
 #endif
 #endif
 
 
 #if defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE)
 #if defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE)
-#define PATA_INT	55
+#define PATA_INT	IRQ_PF5
 
 
 static struct pata_platform_info bfin_pata_platform_data = {
 static struct pata_platform_info bfin_pata_platform_data = {
 	.ioport_shift = 1,
 	.ioport_shift = 1,