summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gm206/bios_gm206.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm206/bios_gm206.c b/drivers/gpu/nvgpu/gm206/bios_gm206.c
index 7be77ad3..b0626d19 100644
--- a/drivers/gpu/nvgpu/gm206/bios_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/bios_gm206.c
@@ -25,7 +25,9 @@
25#include "gm20b/fifo_gm20b.h" 25#include "gm20b/fifo_gm20b.h"
26#include "bios_gm206.h" 26#include "bios_gm206.h"
27#include "gp106/mclk_gp106.h" 27#include "gp106/mclk_gp106.h"
28#ifdef CONFIG_DEBUG_FS
28#include "common/linux/os_linux.h" 29#include "common/linux/os_linux.h"
30#endif
29 31
30#include <nvgpu/hw/gm206/hw_pwr_gm206.h> 32#include <nvgpu/hw/gm206/hw_pwr_gm206.h>
31#include <nvgpu/hw/gm206/hw_mc_gm206.h> 33#include <nvgpu/hw/gm206/hw_mc_gm206.h>