diff options
author | Arnd Bergmann | 2023-11-08 13:58:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-11-20 11:52:18 +0100 |
commit | 28e7153418b1089de1187da1c4e0946c1a925c0a (patch) | |
tree | f45ab709a622d7898b4aaef4ccf3b024c08f16f7 /fs/dlm | |
parent | 7bc7b82fb2191b0d50a80ee4e27030918767dd1d (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 'fs/dlm')
0 files changed, 0 insertions, 0 deletions