diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-26 13:00:55 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-23 01:18:25 -0400 |
commit | b69c920cb11dde488239e6a4ea7f668983d628ac (patch) | |
tree | 3ed2f77ee7a1e8c901d9bbb6998944ddea62132a /arch/blackfin/kernel | |
parent | b0759a4d233107b8f693c0834d4cb917d7fb3a7d (diff) |
Blackfin: bf54x: tweak MMR pint names
The hardware block uses the name "request" rather than "irq", so update
the struct accordingly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/kernel')
-rw-r--r-- | arch/blackfin/kernel/debug-mmrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/debug-mmrs.c b/arch/blackfin/kernel/debug-mmrs.c index c40dd6bbeac2..3ae029654650 100644 --- a/arch/blackfin/kernel/debug-mmrs.c +++ b/arch/blackfin/kernel/debug-mmrs.c | |||
@@ -1848,7 +1848,7 @@ static int __init bfin_debug_mmrs_init(void) | |||
1848 | _buf = REGS_STR_PFX(buf, PINT, num); | 1848 | _buf = REGS_STR_PFX(buf, PINT, num); |
1849 | __PINT(MASK_SET, mask_set); | 1849 | __PINT(MASK_SET, mask_set); |
1850 | __PINT(MASK_CLEAR, mask_clear); | 1850 | __PINT(MASK_CLEAR, mask_clear); |
1851 | __PINT(IRQ, irq); | 1851 | __PINT(REQUEST, request); |
1852 | __PINT(ASSIGN, assign); | 1852 | __PINT(ASSIGN, assign); |
1853 | __PINT(EDGE_SET, edge_set); | 1853 | __PINT(EDGE_SET, edge_set); |
1854 | __PINT(EDGE_CLEAR, edge_clear); | 1854 | __PINT(EDGE_CLEAR, edge_clear); |