diff options
Diffstat (limited to 'drivers/gpu/nvgpu/lpwr')
-rw-r--r-- | drivers/gpu/nvgpu/lpwr/lpwr.c | 1 | ||||
-rw-r--r-- | drivers/gpu/nvgpu/lpwr/rppg.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/lpwr/lpwr.c b/drivers/gpu/nvgpu/lpwr/lpwr.c index e3483cca..1dc37cd2 100644 --- a/drivers/gpu/nvgpu/lpwr/lpwr.c +++ b/drivers/gpu/nvgpu/lpwr/lpwr.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include "gk20a/gk20a.h" | 14 | #include "gk20a/gk20a.h" |
15 | #include "gk20a/pmu_gk20a.h" | 15 | #include "gk20a/pmu_gk20a.h" |
16 | #include "gp106/pmu_gp106.h" | 16 | #include "gp106/pmu_gp106.h" |
17 | #include "gk20a/pmu_api.h" | ||
18 | #include "gm206/bios_gm206.h" | 17 | #include "gm206/bios_gm206.h" |
19 | #include "pstate/pstate.h" | 18 | #include "pstate/pstate.h" |
20 | #include "include/bios.h" | 19 | #include "include/bios.h" |
diff --git a/drivers/gpu/nvgpu/lpwr/rppg.c b/drivers/gpu/nvgpu/lpwr/rppg.c index 40e857ee..cde57bf0 100644 --- a/drivers/gpu/nvgpu/lpwr/rppg.c +++ b/drivers/gpu/nvgpu/lpwr/rppg.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | * under the terms and conditions of the GNU General Public License, | 5 | * under the terms and conditions of the GNU General Public License, |
@@ -14,7 +14,6 @@ | |||
14 | #include "gk20a/gk20a.h" | 14 | #include "gk20a/gk20a.h" |
15 | #include "gk20a/pmu_gk20a.h" | 15 | #include "gk20a/pmu_gk20a.h" |
16 | #include "gp106/pmu_gp106.h" | 16 | #include "gp106/pmu_gp106.h" |
17 | #include "gk20a/pmu_api.h" | ||
18 | #include "gm206/bios_gm206.h" | 17 | #include "gm206/bios_gm206.h" |
19 | #include "pstate/pstate.h" | 18 | #include "pstate/pstate.h" |
20 | #include "include/bios.h" | 19 | #include "include/bios.h" |