diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-18 18:18:21 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-18 18:18:21 -0800 |
| commit | 54fec6c45b9148099d7d81f129b33c2acc982ef3 (patch) | |
| tree | c3da76c59c5060f3e0807d6213a98b78d07422b2 /include/linux | |
| parent | 09a0a191e17e4c4ee7603ef085ae8d97a1c2e282 (diff) | |
[PATCH] ppc64: UP compile fixes, from Paul Mackerras
From: Anton Blanchard <anton@samba.org>
Minor fixes to make the UP case compile, export cpu_possible_map, fix up
whitespace etc.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/proc_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 34d372d04622..2b3c8dadb1fb 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -131,6 +131,7 @@ extern void proc_tty_unregister_driver(struct tty_driver *driver); /* * proc_devtree.c */ +struct device_node; extern void proc_device_tree_init(void); extern void proc_device_tree_add_node(struct device_node *, struct proc_dir_entry *); |
