Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 907b1f45 authored by Anton Blanchard's avatar Anton Blanchard Committed by Paul Mackerras
Browse files

powerpc: Export powerpc_debugfs_root



Kernel modules should be able to place their debug output inside our
powerpc debugfs directory.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b3c86ee6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -660,6 +660,7 @@ late_initcall(check_cache_coherency);

#ifdef CONFIG_DEBUG_FS
struct dentry *powerpc_debugfs_root;
EXPORT_SYMBOL(powerpc_debugfs_root);

static int powerpc_debugfs_init(void)
{