Daniel Axtens <d...@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