powerpc/spufs: remove set but not used variable 'ctx'
authorYueHaibing <yuehaibing@huawei.com>
Wed, 23 Oct 2019 13:44:23 +0000 (21:44 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 13 Nov 2019 05:58:07 +0000 (16:58 +1100)
commit35a5c328fcf3493c5adf333d34c1ca6953fe372d
tree46425ece64a1797e4fe6c2056a4ac311442d40df
parentc312d14e19bb7ca8214ef661d9a125cd631528cb
powerpc/spufs: remove set but not used variable 'ctx'

arch/powerpc/platforms/cell/spufs/inode.c:201:22:
 warning: variable ctx set but not used [-Wunused-but-set-variable]

It is not used since commit 67cba9fd6456 ("move
spu_forget() into spufs_rmdir()")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191023134423.15052-1-yuehaibing@huawei.com
arch/powerpc/platforms/cell/spufs/inode.c