drm: rcar-du: writeback: include interface header
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Fri, 17 May 2019 21:20:49 +0000 (22:20 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 7 Jun 2019 23:36:04 +0000 (02:36 +0300)
commit66659d9d09628591e334b6a6d605166580c8e710
tree0eb269356b5acd98627b200f4a174d53479becae
parent62e2da682a0a3874291bc7874d7e5a043f99cf6d
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>
drivers/gpu/drm/rcar-du/rcar_du_writeback.c