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

Michael Ellerman mpe at ellerman.id.au
Wed Sep 14 10:11:34 AEST 2016


Daniel Axtens <dja at axtens.net> 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_read(struct file *file, char __user *buf,
>  	return ret;
>  }
>  
> -ssize_t debugfs_htab_write(struct file *file, const char __user *buf,
> +static ssize_t debugfs_htab_write(struct file *file, const char __user *buf,
>  			   size_t len, loff_t *ppos)
>  {
>  	return -EACCES;

I dropped these hunks, because they touch arch/powerpc/kvm and so should
technically go via Paul.

Can you resend them to him?

cheers


More information about the Linuxppc-dev mailing list