Skip to content

Commit

Permalink
video: fbdev: wmt_ge_rops: Fix function not declared warnings
Browse files Browse the repository at this point in the history
Include own header to fix "function not declared" warnings.

Signed-off-by: Sam Ravnborg <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Cc: Tony Prisk <[email protected]>
Cc: [email protected]
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
sravnborg committed Dec 8, 2020
1 parent 031d039 commit 5825e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/fbdev/wmt_ge_rops.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <linux/fb.h>
#include <linux/platform_device.h>
#include "core/fb_draw.h"
#include "wmt_ge_rops.h"

#define GE_COMMAND_OFF 0x00
#define GE_DEPTH_OFF 0x04
Expand Down

0 comments on commit 5825e11

Please sign in to comment.