summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
index fb8686c2..1f7a7694 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
@@ -31,6 +31,8 @@
31#include <nvgpu/hashtable.h> 31#include <nvgpu/hashtable.h>
32#include <nvgpu/nvhost.h> 32#include <nvgpu/nvhost.h>
33 33
34#include "os_linux.h"
35
34#include "clk.h" 36#include "clk.h"
35 37
36#include "gk20a/platform_gk20a.h" 38#include "gk20a/platform_gk20a.h"
@@ -610,10 +612,10 @@ void gp10b_ecc_stat_remove(struct device *dev,
610 nvgpu_kfree(g, dev_attr_array); 612 nvgpu_kfree(g, dev_attr_array);
611} 613}
612 614
613void gr_gp10b_create_sysfs(struct device *dev) 615void gr_gp10b_create_sysfs(struct gk20a *g)
614{ 616{
615 int error = 0; 617 int error = 0;
616 struct gk20a *g = get_gk20a(dev); 618 struct device *dev = dev_from_gk20a(g);
617 619
618 /* This stat creation function is called on GR init. GR can get 620 /* This stat creation function is called on GR init. GR can get
619 initialized multiple times but we only need to create the ECC 621 initialized multiple times but we only need to create the ECC