projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a161bb0
)
Blackfin arch: Fix reserved map after we changed PORT_H definition
author
Michael Hennerich
<
[email protected]
>
Mon, 21 May 2007 10:09:15 +0000
(18:09 +0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 21 May 2007 16:50:21 +0000
(09:50 -0700)
Signed-off-by: Michael Hennerich <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/blackfin/kernel/bfin_gpio.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/kernel/bfin_gpio.c
b/arch/blackfin/kernel/bfin_gpio.c
index bc162529119f0a10720024dcce5f13cb9ac0056e..3f49fae1cb1f686802a02055e1da2be85b03a4ff 100644
(file)
--- a/
arch/blackfin/kernel/bfin_gpio.c
+++ b/
arch/blackfin/kernel/bfin_gpio.c
@@
-188,9
+188,9
@@
static int __init bfin_gpio_init(void)
#if defined(BF537_FAMILY) && (defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE))
# if defined(CONFIG_BFIN_MAC_RMII)
- reserved_map[
PORT_H
] = 0xC373;
+ reserved_map[
gpio_bank(PORT_H)
] = 0xC373;
# else
- reserved_map[
PORT_H
] = 0xFFFF;
+ reserved_map[
gpio_bank(PORT_H)
] = 0xFFFF;
# endif
#endif