powerpc: Export powerpc_debugfs_root
Kernel modules should be able to place their debug output inside our powerpc debugfs directory. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
b3c86ee6d1
commit
907b1f45d9
|
@ -660,6 +660,7 @@ late_initcall(check_cache_coherency);
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_FS
|
#ifdef CONFIG_DEBUG_FS
|
||||||
struct dentry *powerpc_debugfs_root;
|
struct dentry *powerpc_debugfs_root;
|
||||||
|
EXPORT_SYMBOL(powerpc_debugfs_root);
|
||||||
|
|
||||||
static int powerpc_debugfs_init(void)
|
static int powerpc_debugfs_init(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue