Added include of header files to make via_drv.h self-contained. v3: - Reworded changelog a little - to reflect that more than one header files are added
Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Cc: Kevin Brace <[email protected]> Cc: Thomas Hellstrom <[email protected]> Cc: "Gustavo A. R. Silva" <[email protected]> Cc: Mike Marshall <[email protected]> Cc: Ira Weiny <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Michel Dänzer <[email protected]> --- drivers/gpu/drm/via/via_drv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/via/via_drv.h b/drivers/gpu/drm/via/via_drv.h index 9e6a0c5f316c..d5ad1b05bf77 100644 --- a/drivers/gpu/drm/via/via_drv.h +++ b/drivers/gpu/drm/via/via_drv.h @@ -24,13 +24,16 @@ #ifndef _VIA_DRV_H_ #define _VIA_DRV_H_ +#include <linux/irqreturn.h> #include <linux/jiffies.h> #include <linux/sched.h> #include <linux/sched/signal.h> #include <linux/wait.h> +#include <drm/drm_ioctl.h> #include <drm/drm_legacy.h> #include <drm/drm_mm.h> +#include <drm/via_drm.h> #define DRIVER_AUTHOR "Various" -- 2.20.1 _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
