mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
Merge branch 'pm-em'
* pm-em: PM: EM: postpone creating the debugfs dir till fs_initcall
This commit is contained in:
commit
6f3a283c2f
@ -98,7 +98,7 @@ static int __init em_debug_init(void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
core_initcall(em_debug_init);
|
fs_initcall(em_debug_init);
|
||||||
#else /* CONFIG_DEBUG_FS */
|
#else /* CONFIG_DEBUG_FS */
|
||||||
static void em_debug_create_pd(struct device *dev) {}
|
static void em_debug_create_pd(struct device *dev) {}
|
||||||
static void em_debug_remove_pd(struct device *dev) {}
|
static void em_debug_remove_pd(struct device *dev) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user