diff options
| author | 2006-03-11 17:47:20 -0500 | |
|---|---|---|
| committer | 2006-03-11 17:47:20 -0500 | |
| commit | d7fc3ca1cd0ecce82263299c6b1631fc83b0ec79 (patch) | |
| tree | a6471779a25cf2794542f9441213f5aa5f337f2f /include/linux/memory_hotplug.h | |
| parent | [PATCH] sata_sil24: fix mwdma_mask setting (diff) | |
| parent | [PATCH] radeonfb: Fix static array overrun (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/linux/memory_hotplug.h')
| -rw-r--r-- | include/linux/memory_hotplug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index 01f03bc06eff..968b1aa3732c 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h @@ -6,6 +6,10 @@ #include <linux/mmzone.h> #include <linux/notifier.h> +struct page; +struct zone; +struct pglist_data; + #ifdef CONFIG_MEMORY_HOTPLUG /* * pgdat resizing functions |
