diff options
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index c4ba85c8cb00..b17dca7249f8 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -29,6 +29,8 @@ | |||
29 | 29 | ||
30 | #include <asm/tlbflush.h> | 30 | #include <asm/tlbflush.h> |
31 | 31 | ||
32 | #include "internal.h" | ||
33 | |||
32 | /* add this memory to iomem resource */ | 34 | /* add this memory to iomem resource */ |
33 | static struct resource *register_memory_resource(u64 start, u64 size) | 35 | static struct resource *register_memory_resource(u64 start, u64 size) |
34 | { | 36 | { |