From 58be11bbf562362e598f5c226cb48fdd19aa81d5 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 17 Oct 2017 12:02:47 -0700 Subject: gpu: nvgpu: Do not #include uapi in ecc_gk20a.h ecc_gk20a.h has no use for Linux IOCTL interface definitions. Remove the stray #include. JIRA NVGPU-259 Change-Id: I47a837ac86f1f83976d94cb9b30082fee827445a Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1580678 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: Seshendra Gadagottu --- drivers/gpu/nvgpu/gk20a/ecc_gk20a.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h index 08403e00..3f812b85 100644 --- a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h @@ -24,8 +24,6 @@ #ifndef ECC_GK20A_H #define ECC_GK20A_H -#include - struct gk20a_ecc_stat { char **names; u32 *counters; -- cgit v1.2.2