diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/node.h b/include/linux/node.h index 624e53c..10316f1 100644 --- a/include/linux/node.h +++ b/include/linux/node.h @@ -27,7 +27,7 @@ struct node { }; struct memory_block; -extern struct node node_devices[]; +extern struct node *node_devices[]; typedef void (*node_registration_func_t)(struct node *); extern int register_node(struct node *, int, struct node *); |