gpu: nvgpu: create nvgpu.common.hal.clk

Create unit nvgpu.common.hal.clk in by moving clk_*.[ch] files to
hal/clk path. Also update makefiles and include files to match.

JIRA NVGPU-2020

Change-Id: Ied217cfac2b000a2d22eda582d6030d0479b1310
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2101400
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2019-04-19 15:08:16 -04:00
committed by mobile promotions
parent 4ffad99a16
commit edaddb9bb2
14 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2018 NVIDIA Corporation. All rights reserved.
* Copyright (C) 2017-2019 NVIDIA Corporation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -19,7 +19,7 @@
#include <nvgpu/io.h>
#include <nvgpu/clk_arb.h>
#include "gm20b/clk_gm20b.h"
#include "hal/clk/clk_gm20b.h"
#include "os_linux.h"
#include "platform_gk20a.h"