diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-08-03 14:43:21 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-08-29 10:53:35 +1000 |
commit | aed31351941aa990fb0865c186565a589c56d3fe (patch) | |
tree | 79bb2308dc028b0563ec774541f1636fbc871042 /arch/ppc64/kernel/pSeries_setup.c | |
parent | 8d15a3e55f49678b0900dcf5c1cddb322a129325 (diff) | |
download | lwn-aed31351941aa990fb0865c186565a589c56d3fe.tar.gz lwn-aed31351941aa990fb0865c186565a589c56d3fe.zip |
[PATCH] ppc64: introduce FW_FEATURE_ISERIES
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/pSeries_setup.c')
-rw-r--r-- | arch/ppc64/kernel/pSeries_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/pSeries_setup.c b/arch/ppc64/kernel/pSeries_setup.c index 7ae7a2ca1085..54e0651ba3fd 100644 --- a/arch/ppc64/kernel/pSeries_setup.c +++ b/arch/ppc64/kernel/pSeries_setup.c @@ -262,7 +262,7 @@ arch_initcall(pSeries_init_panel); * using contents of device-tree/ibm,hypertas-functions. * Ultimately this functionality may be moved into prom.c prom_init(). */ -void __init fw_feature_init(void) +static void __init fw_feature_init(void) { struct device_node * dn; char * hypertas; |