From cc94cb3b2b91fd05dd64b0edd474c308b25b3d6c Mon Sep 17 00:00:00 2001 From: Sourab Gupta Date: Wed, 20 Dec 2017 14:49:35 +0530 Subject: gpu: nvgpu: remove dma-buf.h include in channel The patch removes the dma-buf.h include from channel_gk20a.c, now that there are no references to dma_buf present here. Change-Id: I079c3c3763e7ac4f91e43a4bc54a23ec8d5a23fa Signed-off-by: Sourab Gupta Reviewed-on: https://git-master.nvidia.com/r/1626396 Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/channel_gk20a.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c index aeac490a..b6543dca 100644 --- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c @@ -24,10 +24,6 @@ #include -#if defined(CONFIG_DEBUG_FS) || defined(CONFIG_GK20A_CYCLE_STATS) -#include -#endif - #include #include #include -- cgit v1.2.2