Skip to content

Commit

Permalink
Blackfin arch: use the symbolic IRQ define rather than the backend nu…
Browse files Browse the repository at this point in the history
…mber

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jul 14, 2008
1 parent 68e2fc7 commit 96b86e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96b86e9

Please sign in to comment.