Skip to content
Unverified Commit 5e8a380b authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: locomo: fix locomolcd_power declaration



The locomolcd driver has one remaining missing-prototype warning:

drivers/video/backlight/locomolcd.c:83:6: error: no previous prototype for 'locomolcd_power' [-Werror=missing-prototypes]

There is in fact an unused prototype with a similar name in a global
header, so move the actual one there and remove the old one.

Link: https://lore.kernel.org/r/20230927194844.680771-1-arnd@kernel.org
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 5106e65f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment