From: Mike Frysinger Date: Mon, 14 Jul 2008 08:39:43 +0000 (+0800) Subject: Blackfin arch: use the symbolic IRQ define rather than the backend number X-Git-Tag: v2.6.27-rc1~83^2~25 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=96b86e94bcf7eadbd8c959c0474d2971b3695478;p=linux-2.6-omap-h63xx.git Blackfin arch: use the symbolic IRQ define rather than the backend number Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 7e4b9d95674..6dbc76fb080 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -861,7 +861,7 @@ static struct platform_device bfin_sport1_uart_device = { #endif #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 = { .ioport_shift = 1,