From 8f2f5ba8655ffb8b94471553c144d55eb3624a8f Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 4 Jan 2017 12:59:09 -0800 Subject: gpu: nvgpu: Do not recursively #include clk.h clk.h #includes clk_vin.h, which recursively #includes clk.h without needing anything from clk.h. Remove the #include to improve build time. Bug 200192125 Change-Id: Icab32b7e73a1eaaee8e017367d71b8ebde47c21e Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1280350 GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/clk/clk_vin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/clk/clk_vin.h b/drivers/gpu/nvgpu/clk/clk_vin.h index dca27cd7..3bdfdf4f 100644 --- a/drivers/gpu/nvgpu/clk/clk_vin.h +++ b/drivers/gpu/nvgpu/clk/clk_vin.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -17,7 +17,6 @@ #include "boardobj/boardobj.h" #include "boardobj/boardobjgrp.h" #include "boardobj/boardobjgrp_e32.h" -#include "clk.h" struct vin_device; struct clk_pmupstate; -- cgit v1.2.2