gpu: nvgpu: Add wrapper nvgpu/sort.h

Add wrapper header file nvgpu/sort.h. It #includes <linux/sort.h>
on Linux.

JIRA NVGPU-13

Change-Id: I2393db830a15d5fbf0aa1fb9d55721a06061c09d
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/1461544
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2017-04-11 14:40:47 -07:00
committed by mobile promotions
parent ea24da728f
commit 7ef1eb8a10
4 changed files with 23 additions and 4 deletions

View File

@@ -24,7 +24,6 @@
#ifdef CONFIG_TEGRA_GK20A_NVHOST
#include <linux/nvhost.h>
#endif
#include <linux/sort.h>
#include <nvgpu/dma.h>
#include <nvgpu/timers.h>
@@ -33,6 +32,7 @@
#include <nvgpu/log.h>
#include <nvgpu/soc.h>
#include <nvgpu/atomic.h>
#include <nvgpu/sort.h>
#include "gk20a.h"
#include "debug_gk20a.h"