diff options
Diffstat (limited to 'include/linux/node.h')
-rw-r--r-- | include/linux/node.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/node.h b/include/linux/node.h index 548c226966a2..4866f32a02d8 100644 --- a/include/linux/node.h +++ b/include/linux/node.h | |||
@@ -137,8 +137,6 @@ static inline int register_one_node(int nid) | |||
137 | extern void unregister_one_node(int nid); | 137 | extern void unregister_one_node(int nid); |
138 | extern int register_cpu_under_node(unsigned int cpu, unsigned int nid); | 138 | extern int register_cpu_under_node(unsigned int cpu, unsigned int nid); |
139 | extern int unregister_cpu_under_node(unsigned int cpu, unsigned int nid); | 139 | extern int unregister_cpu_under_node(unsigned int cpu, unsigned int nid); |
140 | extern int register_mem_sect_under_node(struct memory_block *mem_blk, | ||
141 | void *arg); | ||
142 | extern void unregister_memory_block_under_nodes(struct memory_block *mem_blk); | 140 | extern void unregister_memory_block_under_nodes(struct memory_block *mem_blk); |
143 | 141 | ||
144 | extern int register_memory_node_under_compute_node(unsigned int mem_nid, | 142 | extern int register_memory_node_under_compute_node(unsigned int mem_nid, |
@@ -170,11 +168,6 @@ static inline int unregister_cpu_under_node(unsigned int cpu, unsigned int nid) | |||
170 | { | 168 | { |
171 | return 0; | 169 | return 0; |
172 | } | 170 | } |
173 | static inline int register_mem_sect_under_node(struct memory_block *mem_blk, | ||
174 | void *arg) | ||
175 | { | ||
176 | return 0; | ||
177 | } | ||
178 | static inline void unregister_memory_block_under_nodes(struct memory_block *mem_blk) | 171 | static inline void unregister_memory_block_under_nodes(struct memory_block *mem_blk) |
179 | { | 172 | { |
180 | } | 173 | } |