From: Sam Ravnborg Date: Sun, 23 Jun 2019 10:35:40 +0000 (+0200) Subject: drm/mga: make header file self contained X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=968222d9b817e4249306c6095e9653d8cdd94734;p=linux.git drm/mga: make header file self contained This makes migration away from drmP.h simple as we do not need to duplicate dependencies required by mga_drv.h Signed-off-by: Sam Ravnborg Acked-by: Thomas Zimmermann Cc: Daniel Vetter Cc: David Airlie Link: https://patchwork.freedesktop.org/patch/msgid/20190623103542.30697-3-sam@ravnborg.org --- diff --git a/drivers/gpu/drm/mga/mga_drv.h b/drivers/gpu/drm/mga/mga_drv.h index 1766c195b3977..d5deecb939753 100644 --- a/drivers/gpu/drm/mga/mga_drv.h +++ b/drivers/gpu/drm/mga/mga_drv.h @@ -31,7 +31,20 @@ #ifndef __MGA_DRV_H__ #define __MGA_DRV_H__ +#include +#include + +#include +#include +#include +#include +#include #include +#include +#include +#include +#include +#include /* General customization: */