Commit 9cb5a22b authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] fix ppc rtas compile

The proc_rtas_init call in procfs was removed (replaced with an
initcall) but the prototype was still hiding. Kill it.
parent fdd3e3e8
......@@ -141,10 +141,6 @@ static inline void proc_device_tree_add_node(struct device_node *np, struct proc
return;
}
#endif /* CONFIG_PROC_DEVICETREE */
/*
* proc_rtas.c
*/
extern void proc_rtas_init(void);
extern struct proc_dir_entry *proc_symlink(const char *,
struct proc_dir_entry *, const char *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment