forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/gpu/drm/sis/sis_mm.c
....@@ -31,11 +31,14 @@
3131 * Thomas Hellström <thomas-at-tungstengraphics-dot-com>
3232 */
3333
34
-#include <drm/drmP.h>
34
+#include <video/sisfb.h>
35
+
36
+#include <drm/drm_device.h>
37
+#include <drm/drm_file.h>
3538 #include <drm/sis_drm.h>
39
+
3640 #include "sis_drv.h"
3741
38
-#include <video/sisfb.h>
3942
4043 #define VIDEO_TYPE 0
4144 #define AGP_TYPE 1