diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 00:50:32 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-17 08:36:49 -0400 |
commit | bb2af9bda3369d3b455a08b96e94b4c5619e9df4 (patch) | |
tree | 44a29fcf65f51bf27bec6a764beb255fcab0bef3 /drivers/gpu/drm/tilcdc/tilcdc_drv.c | |
parent | 64a9dfc44742b8f7b9d26672039c99371ad9e84f (diff) |
drm/tilcdc: fix include notation and remove -Iinclude/drm flag
Include <drm/*.h> instead of relative path from include/drm, then
remove the -Iinclude/drm compiler flag.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-15-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_drv.c')
-rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_drv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu/drm/tilcdc/tilcdc_drv.c index d7ae5be56d12..d67e18983a7d 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_drv.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/suspend.h> | 22 | #include <linux/suspend.h> |
23 | #include <drm/drm_atomic.h> | 23 | #include <drm/drm_atomic.h> |
24 | #include <drm/drm_atomic_helper.h> | 24 | #include <drm/drm_atomic_helper.h> |
25 | #include <drm/drm_fb_helper.h> | ||
25 | 26 | ||
26 | #include "tilcdc_drv.h" | 27 | #include "tilcdc_drv.h" |
27 | #include "tilcdc_regs.h" | 28 | #include "tilcdc_regs.h" |
@@ -29,8 +30,6 @@ | |||
29 | #include "tilcdc_panel.h" | 30 | #include "tilcdc_panel.h" |
30 | #include "tilcdc_external.h" | 31 | #include "tilcdc_external.h" |
31 | 32 | ||
32 | #include "drm_fb_helper.h" | ||
33 | |||
34 | static LIST_HEAD(module_list); | 33 | static LIST_HEAD(module_list); |
35 | 34 | ||
36 | static const u32 tilcdc_rev1_formats[] = { DRM_FORMAT_RGB565 }; | 35 | static const u32 tilcdc_rev1_formats[] = { DRM_FORMAT_RGB565 }; |