mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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>
This commit is contained in:
committed by
mobile promotions
parent
bac38f52cc
commit
cf394f82d4
@@ -25,7 +25,7 @@
|
|||||||
#include <unit/io.h>
|
#include <unit/io.h>
|
||||||
#include <unit/unit.h>
|
#include <unit/unit.h>
|
||||||
|
|
||||||
#include <nvgpu/posix/bitops.h>
|
#include <nvgpu/bitops.h>
|
||||||
|
|
||||||
#define NUM_WORDS 4
|
#define NUM_WORDS 4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user