summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-09-04 02:39:06 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-04 12:44:27 -0400
commitcf394f82d47901a0ea981e9229db5b51bc05a81a (patch)
treebd8fc37562d5a2e401fd455c24bd3e4b432e26ca /userspace
parentbac38f52cc6f2ddc435a748dd9c85f3c5d88153f (diff)
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 <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1812230 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Scott Long <scottl@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Tested-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'userspace')
-rw-r--r--userspace/units/posix-bitops/posix-bitops.c2
1 files changed, 1 insertions, 1 deletions
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 @@
25#include <unit/io.h> 25#include <unit/io.h>
26#include <unit/unit.h> 26#include <unit/unit.h>
27 27
28#include <nvgpu/posix/bitops.h> 28#include <nvgpu/bitops.h>
29 29
30#define NUM_WORDS 4 30#define NUM_WORDS 4
31 31