Re: [PATCH v2 2/5] powerpc/sparse: Make a bunch of things static

2016-09-13 Thread Michael Ellerman
Daniel Axtens writes: > diff --git a/arch/powerpc/kvm/book3s_64_mmu_hv.c > b/arch/powerpc/kvm/book3s_64_mmu_hv.c > index 05f09ae82587..95abca69b168 100644 > --- a/arch/powerpc/kvm/book3s_64_mmu_hv.c > +++ b/arch/powerpc/kvm/book3s_64_mmu_hv.c > @@ -1608,7 +1608,7 @@ static ssize_t debugfs_htab_re

[PATCH v2 2/5] powerpc/sparse: Make a bunch of things static

2016-09-05 Thread Daniel Axtens
Squash a bunch of sparse warnings by making things static. Reviewed-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- v2: remove the symbol that I dropped in the previous patch. This is an omnibus patch - I wrote a Python script to figure out if sparse warnings could be automatically fixe