summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/ctrl/ctrlperf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/ctrl/ctrlperf.h b/drivers/gpu/nvgpu/ctrl/ctrlperf.h
index 89697dfd..38b071d6 100644
--- a/drivers/gpu/nvgpu/ctrl/ctrlperf.h
+++ b/drivers/gpu/nvgpu/ctrl/ctrlperf.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * general p state infrastructure 2 * general p state infrastructure
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -15,8 +15,6 @@
15#ifndef _ctrlperf_h_ 15#ifndef _ctrlperf_h_
16#define _ctrlperf_h_ 16#define _ctrlperf_h_
17 17
18#include "ctrlvolt.h"
19
20struct ctrl_perf_volt_rail_list_item { 18struct ctrl_perf_volt_rail_list_item {
21 u8 volt_domain; 19 u8 volt_domain;
22 u32 voltage_uv; 20 u32 voltage_uv;