diff options
Diffstat (limited to 'arch/microblaze/include/asm/system.h')
-rw-r--r-- | arch/microblaze/include/asm/system.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/system.h b/arch/microblaze/include/asm/system.h index 88fc92cdd8ce..48c4f0335e3f 100644 --- a/arch/microblaze/include/asm/system.h +++ b/arch/microblaze/include/asm/system.h | |||
@@ -88,6 +88,9 @@ void free_initmem(void); | |||
88 | extern char *klimit; | 88 | extern char *klimit; |
89 | extern void ret_from_fork(void); | 89 | extern void ret_from_fork(void); |
90 | 90 | ||
91 | extern void *alloc_maybe_bootmem(size_t size, gfp_t mask); | ||
92 | extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask); | ||
93 | |||
91 | #ifdef CONFIG_DEBUG_FS | 94 | #ifdef CONFIG_DEBUG_FS |
92 | extern struct dentry *of_debugfs_root; | 95 | extern struct dentry *of_debugfs_root; |
93 | #endif | 96 | #endif |