sparc64: Unexport prom_service_exists().
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2010 20:24:16 +0000 (12:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2010 20:24:16 +0000 (12:24 -0800)
Only used by functions in misc_64.c so make it private
to that file.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/oplib_64.h
arch/sparc/prom/misc_64.c

index 8441d1a..daf02d3 100644 (file)
@@ -259,7 +259,6 @@ extern int prom_setprop(phandle node, const char *prop_name, char *prop_value,
                        int value_size);
 
 extern phandle prom_inst2pkg(int);
-extern int prom_service_exists(const char *service_name);
 extern void prom_sun4v_guest_soft_state(void);
 
 extern int prom_ihandle2path(int handle, char *buffer, int bufsize);
index d24bc44..b900fdf 100644 (file)
@@ -18,7 +18,7 @@
 #include <asm/system.h>
 #include <asm/ldc.h>
 
-int prom_service_exists(const char *service_name)
+static int prom_service_exists(const char *service_name)
 {
        unsigned long args[5];