Added the necessary header files to make this header file self-contained. Signed-off-by: Sam Ravnborg <[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: Emil Velikov <[email protected]> --- drivers/gpu/drm/via/via_drv.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/via/via_drv.h b/drivers/gpu/drm/via/via_drv.h index d5a2b1ffd8c1..f36ac1134424 100644 --- a/drivers/gpu/drm/via/via_drv.h +++ b/drivers/gpu/drm/via/via_drv.h @@ -24,8 +24,12 @@ #ifndef _VIA_DRV_H_ #define _VIA_DRV_H_ -#include <drm/drm_mm.h> +#include <linux/irqreturn.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
