From 1f07668338e82091df618d79b0ce9d29aeb4a911 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 28 Apr 2017 12:13:50 -0700 Subject: gpu: nvgpu: Remove Linux include from allocator.h Remove an unnecessary Linux include from allocator.h. Change-Id: I737944746ffbcc6f20f2fa5c87f112f9393ed6bc Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1472366 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/include/nvgpu/allocator.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/include/nvgpu/allocator.h b/drivers/gpu/nvgpu/include/nvgpu/allocator.h index b605b059..4eb76985 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/allocator.h +++ b/drivers/gpu/nvgpu/include/nvgpu/allocator.h @@ -14,11 +14,10 @@ * along with this program. If not, see . */ -#ifndef NVGPU_ALLOCATOR_H -#define NVGPU_ALLOCATOR_H +#ifndef __NVGPU_ALLOCATOR_H__ +#define __NVGPU_ALLOCATOR_H__ #include -#include #include #include -- cgit v1.2.2