diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_gem.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_gem.c b/drivers/gpu/drm/omapdrm/omap_gem.c index 37378dbc50d0..08f539efddfb 100644 --- a/drivers/gpu/drm/omapdrm/omap_gem.c +++ b/drivers/gpu/drm/omapdrm/omap_gem.c @@ -4,11 +4,13 @@   * Author: Rob Clark <[email protected]>   */ +#include <linux/dma-mapping.h>  #include <linux/seq_file.h>  #include <linux/shmem_fs.h>  #include <linux/spinlock.h>  #include <linux/pfn_t.h> +#include <drm/drm_prime.h>  #include <drm/drm_vma_manager.h>  #include "omap_drv.h"  |