Merge tag 'efi-urgent' into x86/efi
[pandora-kernel.git] / include / linux / proc_fs.h
index 608e60a..9d117f6 100644 (file)
@@ -44,6 +44,10 @@ extern int remove_proc_subtree(const char *, struct proc_dir_entry *);
 
 #else /* CONFIG_PROC_FS */
 
+static inline void proc_root_init(void)
+{
+}
+
 static inline void proc_flush_task(struct task_struct *task)
 {
 }