aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <[email protected]>2019-05-17 22:20:49 +0100
committerLaurent Pinchart <[email protected]>2019-06-08 02:36:04 +0300
commit66659d9d09628591e334b6a6d605166580c8e710 (patch)
tree0eb269356b5acd98627b200f4a174d53479becae
parent62e2da682a0a3874291bc7874d7e5a043f99cf6d (diff)
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 <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
-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