summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_hvs.c
diff options
context:
space:
mode:
authorMasahiro Yamada2017-05-18 06:29:38 +0200
committerDaniel Vetter2017-05-22 09:36:01 +0200
commitb7e8e25b37618070c444083bfb1aedf3317b2a96 (patch)
tree29f6de16f4ab7ada5c6b5f2688beb4b478297242 /drivers/gpu/drm/vc4/vc4_hvs.c
parentdrm/pl111: Add a debugfs node to dump our registers. (diff)
downloadkernel-qcow2-linux-b7e8e25b37618070c444083bfb1aedf3317b2a96.tar.gz
kernel-qcow2-linux-b7e8e25b37618070c444083bfb1aedf3317b2a96.tar.xz
kernel-qcow2-linux-b7e8e25b37618070c444083bfb1aedf3317b2a96.zip
drm/vc4: 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. While we are here, use <...> instead of "..." for include/linux/*.h and include/sound/*.h headers too. 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/1495081793-9707-2-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_hvs.c')
-rw-r--r--drivers/gpu/drm/vc4/vc4_hvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_hvs.c b/drivers/gpu/drm/vc4/vc4_hvs.c
index fd421ba3c5d7..2b62fc5b8d85 100644
--- a/drivers/gpu/drm/vc4/vc4_hvs.c
+++ b/drivers/gpu/drm/vc4/vc4_hvs.c
@@ -22,7 +22,7 @@
* each CRTC.
*/
-#include "linux/component.h"
+#include <linux/component.h>
#include "vc4_drv.h"
#include "vc4_regs.h"