aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/pSeries_setup.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-08-03 14:43:21 +1000
committerPaul Mackerras <paulus@samba.org>2005-08-29 10:53:35 +1000
commitaed31351941aa990fb0865c186565a589c56d3fe (patch)
tree79bb2308dc028b0563ec774541f1636fbc871042 /arch/ppc64/kernel/pSeries_setup.c
parent[PATCH] ppc64: make firmware_has_feature() stronger (diff)
downloadlinux-dev-aed31351941aa990fb0865c186565a589c56d3fe.tar.xz
linux-dev-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.c2
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;