Skip to content

Commit

Permalink
drm: rcar-du: writeback: include interface header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kbingham authored and Laurent Pinchart committed Jun 7, 2019
1 parent 62e2da6 commit 66659d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/rcar-du/rcar_du_writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66659d9

Please sign in to comment.