[PATCH v3 08/13] video: fbdev: wmt_ge_rops: Fix function not declared warnings
Sam Ravnborg
sam at ravnborg.org
Sun Dec 6 14:02:42 EST 2020
Include own header to fix "function not declared" warnings.
Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
Cc: Tony Prisk <linux at prisktech.co.nz>
Cc: linux-arm-kernel at lists.infradead.org
---
drivers/video/fbdev/wmt_ge_rops.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/fbdev/wmt_ge_rops.c b/drivers/video/fbdev/wmt_ge_rops.c
index 2445cfe617a9..42255d27a1db 100644
--- a/drivers/video/fbdev/wmt_ge_rops.c
+++ b/drivers/video/fbdev/wmt_ge_rops.c
@@ -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
--
2.27.0
More information about the linux-arm-kernel
mailing list