gpu: nvgpu: remove utils.h from gk20a.h

Removed the utils.h include from gk20a.h
utils.h is included in those files which
make use of the macros in utils.h

JIRA NVGPU-1005

Change-Id: Ifb41da58db6ff8682fa6b5dfdd8eda11a751fcac
Signed-off-by: Vinod G <vinodg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1785952
GVS: Gerrit_Virtual_Submit
Reviewed-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:
Vinod G
2018-07-25 15:17:01 -07:00
committed by mobile promotions
parent 84c0ab81ab
commit c9f8f1ea05
48 changed files with 54 additions and 4 deletions

View File

@@ -26,6 +26,8 @@
#include <nvgpu/hw_sim_pci.h>
#include <nvgpu/sim.h>
#include <nvgpu/io.h>
#include <nvgpu/utils.h>
#include "gk20a/gk20a.h"
static inline u32 sim_msg_header_size(void)