]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
powerpc/85xx: Drop pointless static qualifier
authorYue Haibing <yuehaibing@huawei.com>
Thu, 15 Nov 2018 12:33:16 +0000 (12:33 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 25 Nov 2018 06:11:22 +0000 (17:11 +1100)
commitaf8511cf32189ba66c7e2a4146f11c86c9813ab7
tree8dea8beb1f20ec5e4fbcae67d1ab0eb1d38ab32f
parentd64cf54e89c86487c1369991af79d8331c3e8988
powerpc/85xx: Drop pointless static qualifier

There is no need to have the 'void __iomem *cpld_base' variable static
since new value always be assigned before use it.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/85xx/t1042rdb_diu.c