diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/memblock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/memblock.h b/include/linux/memblock.h index b788faa71563..97480d392e40 100644 --- a/include/linux/memblock.h +++ b/include/linux/memblock.h | |||
@@ -140,7 +140,8 @@ static inline void memblock_clear_region_flags(struct memblock_region *r, | |||
140 | } | 140 | } |
141 | 141 | ||
142 | #ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP | 142 | #ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP |
143 | int memblock_set_node(phys_addr_t base, phys_addr_t size, int nid); | 143 | int memblock_set_node(phys_addr_t base, phys_addr_t size, |
144 | struct memblock_type *type, int nid); | ||
144 | 145 | ||
145 | static inline void memblock_set_region_node(struct memblock_region *r, int nid) | 146 | static inline void memblock_set_region_node(struct memblock_region *r, int nid) |
146 | { | 147 | { |