diff options
| author | Tony Lindgren <tony@atomide.com> | 2020-12-18 09:15:12 +0200 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2020-12-18 09:15:12 +0200 |
| commit | 500050f0d28868af302a3c24d7d1d0191521286e (patch) | |
| tree | 7c4366836fcf5c7d7be4292f60d76876b3c463a0 /include/linux/memory_hotplug.h | |
| parent | c0bc969c176b10598b31d5d1a5edf9a5261f0a9f (diff) | |
| parent | 6efac0173cd15460b48c91e1b0a000379f341f00 (diff) | |
| download | cachepc-linux-500050f0d28868af302a3c24d7d1d0191521286e.tar.gz cachepc-linux-500050f0d28868af302a3c24d7d1d0191521286e.zip | |
Merge branch 'fixes-omap3' into fixes
Diffstat (limited to 'include/linux/memory_hotplug.h')
| -rw-r--r-- | include/linux/memory_hotplug.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index d65c6fdc5cfc..551093b74596 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h @@ -281,20 +281,6 @@ static inline bool movable_node_is_enabled(void) } #endif /* ! CONFIG_MEMORY_HOTPLUG */ -#ifdef CONFIG_NUMA -extern int memory_add_physaddr_to_nid(u64 start); -extern int phys_to_target_node(u64 start); -#else -static inline int memory_add_physaddr_to_nid(u64 start) -{ - return 0; -} -static inline int phys_to_target_node(u64 start) -{ - return 0; -} -#endif - #if defined(CONFIG_MEMORY_HOTPLUG) || defined(CONFIG_DEFERRED_STRUCT_PAGE_INIT) /* * pgdat resizing functions |
