OSDN Git Service

MIPS: pic32mzda: Drop pointless static qualifier
authorYueHaibing <yuehaibing@huawei.com>
Thu, 27 Feb 2020 07:05:02 +0000 (07:05 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 28 Feb 2020 11:44:39 +0000 (12:44 +0100)
commite5096625bc6bd9e3a0d5f7f9d7ecebda0383c7f5
tree8d43cc91a303e740375a3fc47c97865c19e93d90
parent91f40e896444b4e4096290d3e1eeb3f9ed4cafad
MIPS: pic32mzda: Drop pointless static qualifier

There is no need to have the 'struct device_node *node' variable static
since new value always be assigned before use it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/pic32/pic32mzda/time.c