Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32246
b: refs/heads/master
c: b0d85c5
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 10, 2006
1 parent 1675067 commit 4195016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 26fc52367af3774b123334bca409159ce37d2857
refs/heads/master: b0d85c5c3009d292fe195f666cbbec7da47dabf4
6 changes: 3 additions & 3 deletions trunk/mm/mmzone.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct pglist_data *first_online_pgdat(void)
return NODE_DATA(first_online_node);
}

EXPORT_SYMBOL(first_online_pgdat);
EXPORT_UNUSED_SYMBOL(first_online_pgdat); /* June 2006 */

struct pglist_data *next_online_pgdat(struct pglist_data *pgdat)
{
Expand All @@ -24,7 +24,7 @@ struct pglist_data *next_online_pgdat(struct pglist_data *pgdat)
return NULL;
return NODE_DATA(nid);
}
EXPORT_SYMBOL(next_online_pgdat);
EXPORT_UNUSED_SYMBOL(next_online_pgdat); /* June 2006 */


/*
Expand All @@ -45,5 +45,5 @@ struct zone *next_zone(struct zone *zone)
}
return zone;
}
EXPORT_SYMBOL(next_zone);
EXPORT_UNUSED_SYMBOL(next_zone); /* June 2006 */

0 comments on commit 4195016

Please sign in to comment.