kernel/drivers/gpu/drm/sis/sis_mm.c
.. .. @@ -31,11 +31,14 @@ 31 31 * Thomas Hellström <thomas-at-tungstengraphics-dot-com> 32 32 */ 33 33 34 -#include <drm/drmP.h>34 +#include <video/sisfb.h>35 +36 +#include <drm/drm_device.h>37 +#include <drm/drm_file.h>35 38 #include <drm/sis_drm.h> 39 +36 40 #include "sis_drv.h" 37 41 38 -#include <video/sisfb.h>39 42 40 43 #define VIDEO_TYPE 0 41 44 #define AGP_TYPE 1