]> git.baikalelectronics.ru Git - kernel.git/commit
video: fbdev: omap: Add prototype for hwa742_update_window_async()
authorHelge Deller <deller@gmx.de>
Sun, 29 May 2022 06:35:52 +0000 (08:35 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 29 May 2022 08:20:15 +0000 (10:20 +0200)
commit1e5c69722ec844c0ca7c7eefc0bd489db86cde91
tree9ac3383ddd2c9d661fb6f01e03f24a74c5d5f5e1
parent5a9d2368b822eae165c17be5cde293eae22e4a2f
video: fbdev: omap: Add prototype for hwa742_update_window_async()

The symbol hwa742_update_window_async() is exported, but there is no
prototype defined for it. That's why gcc complains:

drivers-video-fbdev-omap-hwa742.c:warning:no-previous-prototype-for-hwa742_update_window_async

Add the prototype, but I wonder if we couldn't drop exporting the symbol
instead. Since omapfb_update_window_async() is exported the same way,
are there any users outside of the tree?

Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/omap/omapfb.h