Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7b5f55a authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Unexport prom_service_exists().



Only used by functions in misc_64.c so make it private
to that file.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b1482469
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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];