From cf394f82d47901a0ea981e9229db5b51bc05a81a Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Tue, 4 Sep 2018 09:39:06 +0300 Subject: gpu: nvgpu: include correct header in bitops test The right one is nvgpu/bitops.h, not nvgpu/posix/bitops.h even though this is a test for the posix layer. The latter is not meant to be included directly and does not contain everything necessary. Change-Id: I86a580abc6202064a3fbaa445bb1618b91e5ac4c Signed-off-by: Konsta Holtta Reviewed-on: https://git-master.nvidia.com/r/1812230 Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: Scott Long Reviewed-by: Alex Waterman Tested-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/units/posix-bitops/posix-bitops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/units/posix-bitops/posix-bitops.c b/userspace/units/posix-bitops/posix-bitops.c index 4ebef7b5..c808e777 100644 --- a/userspace/units/posix-bitops/posix-bitops.c +++ b/userspace/units/posix-bitops/posix-bitops.c @@ -25,7 +25,7 @@ #include #include -#include +#include #define NUM_WORDS 4 -- cgit v1.2.2