summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
diff options
context:
space:
mode:
authorKieran Bingham2019-05-17 23:20:49 +0200
committerLaurent Pinchart2019-06-08 01:36:04 +0200
commit66659d9d09628591e334b6a6d605166580c8e710 (patch)
tree0eb269356b5acd98627b200f4a174d53479becae /drivers/gpu/drm/rcar-du
parentdrm: rcar-du: lvds: Add r8a774a1 support (diff)
downloadkernel-qcow2-linux-66659d9d09628591e334b6a6d605166580c8e710.tar.gz
kernel-qcow2-linux-66659d9d09628591e334b6a6d605166580c8e710.tar.xz
kernel-qcow2-linux-66659d9d09628591e334b6a6d605166580c8e710.zip
drm: rcar-du: writeback: include interface header
The new writeback feature exports functions so that they can integrate into the rcar_du_kms module. The interface functions are defined in the rcar_du_writeback header, but it is not included in the object file itself leading to compiler warnings for missing prototypes. Include the header as appropriate. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du')
-rw-r--r--drivers/gpu/drm/rcar-du/rcar_du_writeback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_writeback.c b/drivers/gpu/drm/rcar-du/rcar_du_writeback.c
index 989a0be94131..ae07290bba6a 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_writeback.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_writeback.c
@@ -14,6 +14,7 @@
#include "rcar_du_crtc.h"
#include "rcar_du_drv.h"
#include "rcar_du_kms.h"
+#include "rcar_du_writeback.h"
/**
* struct rcar_du_wb_conn_state - Driver-specific writeback connector state