aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ast/ast_drv.h')
-rw-r--r--drivers/gpu/drm/ast/ast_drv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h
index d4af9edcbb97..aea439760b60 100644
--- a/drivers/gpu/drm/ast/ast_drv.h
+++ b/drivers/gpu/drm/ast/ast_drv.h
@@ -28,13 +28,13 @@
28#ifndef __AST_DRV_H__ 28#ifndef __AST_DRV_H__
29#define __AST_DRV_H__ 29#define __AST_DRV_H__
30 30
31#include "drm_fb_helper.h" 31#include <drm/drm_fb_helper.h>
32 32
33#include "ttm/ttm_bo_api.h" 33#include <drm/ttm/ttm_bo_api.h>
34#include "ttm/ttm_bo_driver.h" 34#include <drm/ttm/ttm_bo_driver.h>
35#include "ttm/ttm_placement.h" 35#include <drm/ttm/ttm_placement.h>
36#include "ttm/ttm_memory.h" 36#include <drm/ttm/ttm_memory.h>
37#include "ttm/ttm_module.h" 37#include <drm/ttm/ttm_module.h>
38 38
39#include <linux/i2c.h> 39#include <linux/i2c.h>
40#include <linux/i2c-algo-bit.h> 40#include <linux/i2c-algo-bit.h>