summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
authorSourab Gupta <sourabg@nvidia.com>2017-10-11 04:16:28 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-17 07:28:25 -0400
commit47fe66a461db349a884c4eed64a07377bbdb2a91 (patch)
treed500956d7d85751df6efd14b8278167f606a6720 /drivers/gpu/nvgpu/include
parent2269a8675c9e6dfb02379487c45676d1bf84dfcc (diff)
gpu: nvgpu: compile nvgpu allocator for QNX
The patch has the changes for compilation of common nvgpu allocator for QNX. This includes some cross-OS compilation changes and removing some Linux'isms from the allocator. Change-Id: Ib1ecceec77b497513a196597bff4441615577548 Signed-off-by: Sourab Gupta <sourabg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1540306 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/allocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/allocator.h b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
index a39ae44e..1e7ab38f 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/allocator.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
@@ -35,6 +35,7 @@
35#include <nvgpu/log.h> 35#include <nvgpu/log.h>
36#include <nvgpu/lock.h> 36#include <nvgpu/lock.h>
37#include <nvgpu/list.h> 37#include <nvgpu/list.h>
38#include <nvgpu/types.h>
38 39
39/* #define ALLOCATOR_DEBUG */ 40/* #define ALLOCATOR_DEBUG */
40 41