aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/memblock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/memblock.h b/include/linux/memblock.h
index 77c60e52939d..9a805ec6e794 100644
--- a/include/linux/memblock.h
+++ b/include/linux/memblock.h
@@ -22,6 +22,7 @@
22struct memblock_region { 22struct memblock_region {
23 phys_addr_t base; 23 phys_addr_t base;
24 phys_addr_t size; 24 phys_addr_t size;
25 unsigned long flags;
25#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP 26#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
26 int nid; 27 int nid;
27#endif 28#endif