forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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