diff options
Diffstat (limited to 'drivers/gpu/drm/drm_prime.c')
-rw-r--r-- | drivers/gpu/drm/drm_prime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c index 99d578bad17e..2807a771f505 100644 --- a/drivers/gpu/drm/drm_prime.c +++ b/drivers/gpu/drm/drm_prime.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/export.h> | 29 | #include <linux/export.h> |
30 | #include <linux/dma-buf.h> | 30 | #include <linux/dma-buf.h> |
31 | #include <drm/drmP.h> | 31 | #include <drm/drmP.h> |
32 | #include "drm_internal.h" | ||
32 | 33 | ||
33 | /* | 34 | /* |
34 | * DMA-BUF/GEM Object references and lifetime overview: | 35 | * DMA-BUF/GEM Object references and lifetime overview: |