]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] fix ppc rtas compile
authorAnton Blanchard <anton@samba.org>
Tue, 16 Mar 2004 10:54:46 +0000 (02:54 -0800)
committerAnton Blanchard <anton@samba.org>
Tue, 16 Mar 2004 10:54:46 +0000 (02:54 -0800)
The proc_rtas_init call in procfs was removed (replaced with an
initcall) but the prototype was still hiding. Kill it.

include/linux/proc_fs.h

index 8b8a6c0b37f3e39afa63b18e0a06a16204666b33..9361a2b6856ec59b36a8d803b4e04202f362fd09 100644 (file)
@@ -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 *);