Skip to content
Commit 79b66128 authored by Helge Deller's avatar Helge Deller
Browse files

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: default avatarHelge Deller <deller@gmx.de>
parent acde4003
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