gpu: nvgpu: remove incorrect usage of CONFIG_NVGPU_NEXT

Remove incorrect usage of CONFIG_NVGPU_NEXT introuduced in patch:
https://git-master.nvidia.com/r/#/c/linux-nvgpu/+/2499571/

JIRA NVGPU-6574

Change-Id: I9bf0f0ee5d9762b79dd7913402678b0dd87f21ee
Signed-off-by: Antony Clince Alex <aalex@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2567353
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Antony Clince Alex
2021-07-29 15:13:04 +00:00
committed by mobile promotions
parent dd9b4364aa
commit ab4aa0afba
3 changed files with 0 additions and 11 deletions

View File

@@ -153,10 +153,6 @@ enum nvgpu_profiler_pm_reservation_scope;
#include <nvgpu/gpu_ops.h>
#if defined(CONFIG_NVGPU_NEXT)
#include "nvgpu_next_dt_bindings.h"
#endif
#include "hal/clk/clk_gk20a.h"
/**

View File

@@ -41,9 +41,6 @@
#include "os_linux.h"
#include "sysfs.h"
#include "ioctl.h"
#if defined(CONFIG_NVGPU_NEXT)
#include "nvgpu_next_dt_bindings.h"
#endif
#define EMC3D_DEFAULT_RATIO 750

View File

@@ -50,10 +50,6 @@
#include <nvgpu/device.h>
#endif
#if defined(CONFIG_NVGPU_NEXT)
#include "nvgpu_next_dt_bindings.h"
#endif
#define PTIMER_FP_FACTOR 1000000
#define ROOTRW (S_IRWXU|S_IRGRP|S_IROTH)