aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/system.h')
-rw-r--r--arch/microblaze/include/asm/system.h3
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);
88extern char *klimit; 88extern char *klimit;
89extern void ret_from_fork(void); 89extern void ret_from_fork(void);
90 90
91extern void *alloc_maybe_bootmem(size_t size, gfp_t mask);
92extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
93
91#ifdef CONFIG_DEBUG_FS 94#ifdef CONFIG_DEBUG_FS
92extern struct dentry *of_debugfs_root; 95extern struct dentry *of_debugfs_root;
93#endif 96#endif