aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-23 09:46:53 -0400
committerDave Airlie <airlied@redhat.com>2014-09-23 21:43:41 -0400
commitd9fc9413f97f5c615256a5657ec667c064c07a70 (patch)
tree42f6e33995c93f08e96dcfc886c2aaa1e45d2c72 /drivers/gpu/drm/ast
parentc2611031b49e9ccd571a3737845af3fca2a2090f (diff)
drm: Extract <drm/drm_gem.h>
v2: Don't forget git add, noticed by David. Cc: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Acked-by: David Herrmann <dh.herrmann@gmail.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ast')
-rw-r--r--drivers/gpu/drm/ast/ast_drv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h
index 7485ff945ca9..86205a28e56b 100644
--- a/drivers/gpu/drm/ast/ast_drv.h
+++ b/drivers/gpu/drm/ast/ast_drv.h
@@ -36,6 +36,8 @@
36#include <drm/ttm/ttm_memory.h> 36#include <drm/ttm/ttm_memory.h>
37#include <drm/ttm/ttm_module.h> 37#include <drm/ttm/ttm_module.h>
38 38
39#include <drm/drm_gem.h>
40
39#include <linux/i2c.h> 41#include <linux/i2c.h>
40#include <linux/i2c-algo-bit.h> 42#include <linux/i2c-algo-bit.h>
41 43