aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/memory.h b/include/linux/memory.h
index 9f8cd856ca1e..31ca3e28b0eb 100644
--- a/include/linux/memory.h
+++ b/include/linux/memory.h
@@ -33,6 +33,7 @@ struct memory_block {
33 void *hw; /* optional pointer to fw/hw data */ 33 void *hw; /* optional pointer to fw/hw data */
34 int (*phys_callback)(struct memory_block *); 34 int (*phys_callback)(struct memory_block *);
35 struct device dev; 35 struct device dev;
36 int nid; /* NID for this memory block */
36}; 37};
37 38
38int arch_get_memory_phys_device(unsigned long start_pfn); 39int arch_get_memory_phys_device(unsigned long start_pfn);