drivers: firmware: psci: drop duplicate const from psci_of_match
authorJisheng Zhang <jszhang@marvell.com>
Wed, 20 Apr 2016 10:20:27 +0000 (11:20 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 25 Apr 2016 21:47:36 +0000 (23:47 +0200)
commit1d2d8de44a6c20af262b4c3d3b93ef7ec3c5488e
treebfd7a5ee782da1caa7a4e6d0174ee15f03313314
parentc8f7341b29126486476dfc669f8f00ebefbe1709
drivers: firmware: psci: drop duplicate const from psci_of_match

This is to fix below sparse warning:
drivers/firmware/psci.c:mmm:nn: warning: duplicate const

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/firmware/psci.c