Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338779
b: refs/heads/master
c: fa26437
h: refs/heads/master
i:
  338777: ee8be25
  338775: c502693
v: v3
  • Loading branch information
Yasuaki Ishimatsu authored and Linus Torvalds committed Dec 12, 2012
1 parent 2eeed1b commit 9cea27d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 212a0a6f28dda0a1e732d20d57abb465750d473c
refs/heads/master: fa264375175a382621c5344a6508e02ec4d1c3c0
2 changes: 1 addition & 1 deletion trunk/drivers/base/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static void node_device_release(struct device *dev)
*
* Initialize and register the node device.
*/
int register_node(struct node *node, int num, struct node *parent)
static int register_node(struct node *node, int num, struct node *parent)
{
int error;

Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct memory_block;
extern struct node *node_devices[];
typedef void (*node_registration_func_t)(struct node *);

extern int register_node(struct node *, int, struct node *);
extern void unregister_node(struct node *node);
#ifdef CONFIG_NUMA
extern int register_one_node(int nid);
Expand Down

0 comments on commit 9cea27d

Please sign in to comment.