Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61da5407 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Daniel Vetter
Browse files

drm/bochs: 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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-6-git-send-email-yamada.masahiro@socionext.com
parent ea351347
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
ccflags-y := -Iinclude/drm
bochs-drm-y := bochs_drv.o bochs_mm.o bochs_kms.o bochs_fbdev.o bochs_hw.o

obj-$(CONFIG_DRM_BOCHS)	+= bochs-drm.o
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@

#include <drm/drm_gem.h>

#include <ttm/ttm_bo_driver.h>
#include <ttm/ttm_page_alloc.h>
#include <drm/ttm/ttm_bo_driver.h>
#include <drm/ttm/ttm_page_alloc.h>

/* ---------------------------------------------------------------------- */