summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/therm')
-rw-r--r--drivers/gpu/nvgpu/therm/thrm.c3
-rw-r--r--drivers/gpu/nvgpu/therm/thrmchannel.c2
-rw-r--r--drivers/gpu/nvgpu/therm/thrmdev.c2
-rw-r--r--drivers/gpu/nvgpu/therm/thrmpmu.c2
4 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrm.c b/drivers/gpu/nvgpu/therm/thrm.c
index 8b35b466..c4e27318 100644
--- a/drivers/gpu/nvgpu/therm/thrm.c
+++ b/drivers/gpu/nvgpu/therm/thrm.c
@@ -20,7 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#include "gk20a/gk20a.h" 23#include <nvgpu/gk20a.h>
24
24#include "thrm.h" 25#include "thrm.h"
25#include "thrmpmu.h" 26#include "thrmpmu.h"
26 27
diff --git a/drivers/gpu/nvgpu/therm/thrmchannel.c b/drivers/gpu/nvgpu/therm/thrmchannel.c
index 8130656c..419ce0b5 100644
--- a/drivers/gpu/nvgpu/therm/thrmchannel.c
+++ b/drivers/gpu/nvgpu/therm/thrmchannel.c
@@ -21,9 +21,9 @@
21 */ 21 */
22 22
23#include <nvgpu/bios.h> 23#include <nvgpu/bios.h>
24#include <nvgpu/gk20a.h>
24#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h> 25#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
25 26
26#include "gk20a/gk20a.h"
27#include "thrmchannel.h" 27#include "thrmchannel.h"
28#include "boardobj/boardobjgrp.h" 28#include "boardobj/boardobjgrp.h"
29#include "boardobj/boardobjgrp_e32.h" 29#include "boardobj/boardobjgrp_e32.h"
diff --git a/drivers/gpu/nvgpu/therm/thrmdev.c b/drivers/gpu/nvgpu/therm/thrmdev.c
index b0e65af7..63e10331 100644
--- a/drivers/gpu/nvgpu/therm/thrmdev.c
+++ b/drivers/gpu/nvgpu/therm/thrmdev.c
@@ -21,9 +21,9 @@
21 */ 21 */
22 22
23#include <nvgpu/bios.h> 23#include <nvgpu/bios.h>
24#include <nvgpu/gk20a.h>
24#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h> 25#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
25 26
26#include "gk20a/gk20a.h"
27#include "thrmdev.h" 27#include "thrmdev.h"
28#include "boardobj/boardobjgrp.h" 28#include "boardobj/boardobjgrp.h"
29#include "boardobj/boardobjgrp_e32.h" 29#include "boardobj/boardobjgrp_e32.h"
diff --git a/drivers/gpu/nvgpu/therm/thrmpmu.c b/drivers/gpu/nvgpu/therm/thrmpmu.c
index e23d1d63..65587ab4 100644
--- a/drivers/gpu/nvgpu/therm/thrmpmu.c
+++ b/drivers/gpu/nvgpu/therm/thrmpmu.c
@@ -19,8 +19,8 @@
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22#include <nvgpu/gk20a.h>
22 23
23#include "gk20a/gk20a.h"
24#include "boardobj/boardobjgrp.h" 24#include "boardobj/boardobjgrp.h"
25#include "boardobj/boardobjgrp_e32.h" 25#include "boardobj/boardobjgrp_e32.h"
26#include "thrmpmu.h" 26#include "thrmpmu.h"