summaryrefslogtreecommitdiff
path: root/kernel/locking
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-11-08 13:58:42 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-20 10:29:22 +0100
commitd06ec48fb0f1aac718ef64683b969b5456d245d0 (patch)
tree2f053aa489055a2d63664fff5a9fe2fdc61f852a /kernel/locking
parent382e1931e0c9cd58a5a8519cdc6cd9dc4d82b485 (diff)
fbdev: fsl-diu-fb: mark wr_reg_wa() static
[ Upstream commit a5035c81847430dfa3482807b07325f29e9e8c09 ] wr_reg_wa() is not an appropriate name for a global function, and doesn't need to be global anyway, so mark it static and avoid the warning: drivers/video/fbdev/fsl-diu-fb.c:493:6: error: no previous prototype for 'wr_reg_wa' [-Werror=missing-prototypes] Fixes: 0d9dab39fbbe ("powerpc/5121: fsl-diu-fb: fix issue with re-enabling DIU area descriptor") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel/locking')
0 files changed, 0 insertions, 0 deletions