From 19f6d90831c17d43bb7a3f288906d11fac2c35fe Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 15 Feb 2019 16:23:24 -0700 Subject: [PATCH] gpu: nvgpu: remove nvgpu/linux/lock.h from nv-p2p.h Commit eb887094e4f4 ("gpu: nvgpu: nvgpu locks to vanilla Linux locks") removed all use of nvgpu/linux/lock.h from nv-p2p.h, but didn't remove the inclusion of that file. Remove the inclusion so that nv-p2p.h doesn't require locnvgpu/linux/lock.h to be present. Bug 200438879 Bug 1940058 Change-Id: I1bb3b2e5e5c8bd56d1e48f255c0675493953ba07 Signed-off-by: Stephen Warren Reviewed-on: https://git-master.nvidia.com/r/2020685 Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/linux/nv-p2p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/nv-p2p.h b/include/linux/nv-p2p.h index 045bfe46e..137519b77 100644 --- a/include/linux/nv-p2p.h +++ b/include/linux/nv-p2p.h @@ -40,7 +40,6 @@ #include #include #include -#include #define NVIDIA_P2P_UNINITIALIZED 0x0 #define NVIDIA_P2P_PINNED 0x1