diff options
Diffstat (limited to 'linux-core/savage_drv.c')
-rw-r--r-- | linux-core/savage_drv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/savage_drv.c b/linux-core/savage_drv.c index 331bbc9e..481a3886 100644 --- a/linux-core/savage_drv.c +++ b/linux-core/savage_drv.c @@ -265,11 +265,13 @@ int savage_free_cont_mem(struct inode *inode, struct file *filp, #include "drm_fops.h" #include "drm_init.h" #include "drm_ioctl.h" +#include "drm_irq.h" #include "drm_lock.h" #include "drm_memory.h" #include "drm_proc.h" #include "drm_vm.h" #include "drm_stub.h" +#include "drm_scatter.h" |