From 4be487b3c2e3c9736770ea23ef7db5fe4e979732 Mon Sep 17 00:00:00 2001 From: Rohit kumar Date: Wed, 6 Jan 2016 14:54:11 +0530 Subject: [PATCH] drm/sprd: include correct ion.h header file in sprd_drm This patch updates sprd_drm to include staging/ion header file instead of include/linux/ion.h as we are now using staging ion driver. Change-Id: I799c8553aa43278ecab85bc55d518b572b5ef9ea Signed-off-by: Rohit kumar --- drivers/gpu/drm/sprd/Makefile | 2 +- drivers/gpu/drm/sprd/sprd_drm_drv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/sprd/Makefile b/drivers/gpu/drm/sprd/Makefile index bc7846d..e85c0be 100644 --- a/drivers/gpu/drm/sprd/Makefile +++ b/drivers/gpu/drm/sprd/Makefile @@ -3,7 +3,7 @@ # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. ccflags-y := -Iinclude/uapi/drm -Idrivers/gpu/drm/sprd -Iinclude/drm -ccflags-y += -Idrivers/video/sprdfb +ccflags-y += -Idrivers/video/sprdfb -Idrivers/staging/android/ion sprddrm-y := sprd_drm_drv.o sprd_drm_buf.o sprd_drm_gem.o \ sprd_drm_core.o sprd_drm_irq.o diff --git a/drivers/gpu/drm/sprd/sprd_drm_drv.h b/drivers/gpu/drm/sprd/sprd_drm_drv.h index 326da87..dcd0fa0 100644 --- a/drivers/gpu/drm/sprd/sprd_drm_drv.h +++ b/drivers/gpu/drm/sprd/sprd_drm_drv.h @@ -16,7 +16,7 @@ #define _SPRD_DRM_DRV_H_ #include -#include +#include "ion.h" #include "drm.h" #include -- 2.7.4