summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/os/linux/vgpu/vgpu_linux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/vgpu/vgpu_linux.c b/drivers/gpu/nvgpu/os/linux/vgpu/vgpu_linux.c
index 5b7a5c07..3fd944f4 100644
--- a/drivers/gpu/nvgpu/os/linux/vgpu/vgpu_linux.c
+++ b/drivers/gpu/nvgpu/os/linux/vgpu/vgpu_linux.c
@@ -47,8 +47,6 @@
47#include "os/linux/driver_common.h" 47#include "os/linux/driver_common.h"
48#include "os/linux/platform_gk20a.h" 48#include "os/linux/platform_gk20a.h"
49 49
50#include <nvgpu/hw/gk20a/hw_mc_gk20a.h>
51
52struct vgpu_priv_data *vgpu_get_priv_data(struct gk20a *g) 50struct vgpu_priv_data *vgpu_get_priv_data(struct gk20a *g)
53{ 51{
54 struct gk20a_platform *plat = gk20a_get_platform(dev_from_gk20a(g)); 52 struct gk20a_platform *plat = gk20a_get_platform(dev_from_gk20a(g));