summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmgr/pwrdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pmgr/pwrdev.h')
-rw-r--r--drivers/gpu/nvgpu/pmgr/pwrdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/pmgr/pwrdev.h b/drivers/gpu/nvgpu/pmgr/pwrdev.h
index b8592a18..144113e2 100644
--- a/drivers/gpu/nvgpu/pmgr/pwrdev.h
+++ b/drivers/gpu/nvgpu/pmgr/pwrdev.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * general power device structures & definitions 2 * general power device structures & definitions
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,
@@ -16,7 +16,7 @@
16#define _PWRDEV_H_ 16#define _PWRDEV_H_
17 17
18#include "boardobj/boardobj.h" 18#include "boardobj/boardobj.h"
19#include "pmuif/gpmuifpmgr.h" 19#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
20#include "ctrl/ctrlpmgr.h" 20#include "ctrl/ctrlpmgr.h"
21 21
22#define PWRDEV_I2CDEV_DEVICE_INDEX_NONE (0xFF) 22#define PWRDEV_I2CDEV_DEVICE_INDEX_NONE (0xFF)