diff options
| author | Anton Blanchard <anton@samba.org> | 2004-03-16 02:54:46 -0800 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2004-03-16 02:54:46 -0800 |
| commit | 9cb5a22bb4be717c0e41b5c410968abe040126ff (patch) | |
| tree | a9bf4c754f9827ab8a671544fc2ef52f10cd8af3 /include/linux | |
| parent | fdd3e3e83df793e7c041338e94c8626a243f69db (diff) | |
[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.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/proc_fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 8b8a6c0b37f3..9361a2b6856e 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -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 *); |
