summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/posix/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/posix/stubs.c')
-rw-r--r--drivers/gpu/nvgpu/common/posix/stubs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/posix/stubs.c b/drivers/gpu/nvgpu/common/posix/stubs.c
index d6270692..0fa80bff 100644
--- a/drivers/gpu/nvgpu/common/posix/stubs.c
+++ b/drivers/gpu/nvgpu/common/posix/stubs.c
@@ -25,8 +25,19 @@
25 * for an implementation. 25 * for an implementation.
26 */ 26 */
27 27
28#include <nvgpu/ecc.h>
29
28#include "gk20a/dbg_gpu_gk20a.h" 30#include "gk20a/dbg_gpu_gk20a.h"
29 31
30void nvgpu_dbg_session_post_event(struct dbg_session_gk20a *dbg_s) 32void nvgpu_dbg_session_post_event(struct dbg_session_gk20a *dbg_s)
31{ 33{
32} 34}
35
36int nvgpu_ecc_sysfs_init(struct gk20a *g)
37{
38 return 0;
39}
40
41void nvgpu_ecc_sysfs_remove(struct gk20a *g)
42{
43}