diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-03-17 22:40:50 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-03-17 22:40:50 -0400 |
| commit | 688d794c4c3f8b08c814381ee2edd3ede5856056 (patch) | |
| tree | ef680add71e2a9588d07d8b594edbc1b5cd127d7 /include/linux/node.h | |
| parent | 16142655269aaf580488e074eabfdcf0fb4e3687 (diff) | |
| parent | a937536b868b8369b98967929045f1df54234323 (diff) | |
Merge tag 'v3.9-rc3' into next
Merge with mainline to bring in module_platform_driver_probe() and
devm_ioremap_resource().
Diffstat (limited to 'include/linux/node.h')
| -rw-r--r-- | include/linux/node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/node.h b/include/linux/node.h index 624e53cecc02..2115ad5d6f19 100644 --- a/include/linux/node.h +++ b/include/linux/node.h | |||
| @@ -27,10 +27,9 @@ struct node { | |||
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | struct memory_block; | 29 | struct memory_block; |
| 30 | extern struct node node_devices[]; | 30 | extern struct node *node_devices[]; |
| 31 | typedef void (*node_registration_func_t)(struct node *); | 31 | typedef void (*node_registration_func_t)(struct node *); |
| 32 | 32 | ||
| 33 | extern int register_node(struct node *, int, struct node *); | ||
| 34 | extern void unregister_node(struct node *node); | 33 | extern void unregister_node(struct node *node); |
| 35 | #ifdef CONFIG_NUMA | 34 | #ifdef CONFIG_NUMA |
| 36 | extern int register_one_node(int nid); | 35 | extern int register_one_node(int nid); |
