From 7ef1eb8a10e507d8ba3b92e24472c06500fd5f36 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 11 Apr 2017 14:40:47 -0700 Subject: gpu: nvgpu: Add wrapper nvgpu/sort.h Add wrapper header file nvgpu/sort.h. It #includes on Linux. JIRA NVGPU-13 Change-Id: I2393db830a15d5fbf0aa1fb9d55721a06061c09d Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1461544 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/fifo_gk20a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c index a5863567..5a50b843 100644 --- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c @@ -24,7 +24,6 @@ #ifdef CONFIG_TEGRA_GK20A_NVHOST #include #endif -#include #include #include @@ -33,6 +32,7 @@ #include #include #include +#include #include "gk20a.h" #include "debug_gk20a.h" -- cgit v1.2.2