[MIPS] Alchemy: Fix use of __init code bug exposed by modpost warning
commit9cfacb790f581000a7ec8455785d131aca923ded
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Tue, 25 Dec 2007 18:00:45 +0000 (25 21:00 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 7 Jan 2008 15:32:03 +0000 (7 15:32 +0000)
treed157df01abc4671933787e3d5a14374699665b74
parentc4eee283e004751143fb81dbf4f8cfe7b8dcc970
[MIPS] Alchemy: Fix use of __init code bug exposed by modpost warning

WARNING: vmlinux.o(.text+0x1ca608): Section mismatch: reference to
.init.text: add_wired_entry (between 'config_access' and 'config_read')

by refactoring the code calling add_wired_entry() from config_access() to
a separate function which is called from aau1x_pci_setup(). While at it:

- make some unnecassarily global variables 'static';

- fix the letter case, whitespace, etc. in the comments...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/common/pci.c
arch/mips/pci/ops-au1000.c