powerpc/sparse: make some things static

This is just a smattering of things picked up by sparse that should
be made static.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Este commit está contenido en:
Daniel Axtens
2016-05-18 11:16:49 +10:00
cometido por Michael Ellerman
padre 1d1451655b
commit 34852ed551
Se han modificado 4 ficheros con 7 adiciones y 7 borrados

Ver fichero

@@ -29,7 +29,7 @@
static u32 supported_cpuidle_states;
int pnv_save_sprs_for_winkle(void)
static int pnv_save_sprs_for_winkle(void)
{
int cpu;
int rc;