[PATCH 1/3] RAS: Export ras_debugfs_dir

From: Yazen Ghannam
Date: Mon Feb 26 2024 - 10:30:13 EST


..so that RAS modules can use it.

Signed-off-by: Yazen Ghannam <yazen.ghannam@xxxxxxx>
---
drivers/ras/debugfs.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/ras/debugfs.c b/drivers/ras/debugfs.c
index ffb973c328e3..fd3d4595c122 100644
--- a/drivers/ras/debugfs.c
+++ b/drivers/ras/debugfs.c
@@ -4,6 +4,7 @@
#include "debugfs.h"

struct dentry *ras_debugfs_dir;
+EXPORT_SYMBOL_GPL(ras_debugfs_dir);

static atomic_t trace_count = ATOMIC_INIT(0);

--
2.34.1