diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c b/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c index 344fd789170d..0cc71c9d08d5 100644 --- a/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c +++ b/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | |||
@@ -17,10 +17,10 @@ | |||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | 17 | * this program. If not, see <http://www.gnu.org/licenses/>. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include "omap_drv.h" | ||
21 | |||
22 | #include <linux/dma-buf.h> | 20 | #include <linux/dma-buf.h> |
23 | 21 | ||
22 | #include "omap_drv.h" | ||
23 | |||
24 | static struct sg_table *omap_gem_map_dma_buf( | 24 | static struct sg_table *omap_gem_map_dma_buf( |
25 | struct dma_buf_attachment *attachment, | 25 | struct dma_buf_attachment *attachment, |
26 | enum dma_data_direction dir) | 26 | enum dma_data_direction dir) |