]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - drivers/acpi/internal.h
ACPI / scan: Make memory hotplug driver use struct acpi_scan_handler
[linux-imx.git] / drivers / acpi / internal.h
index c708e4bad96712a99500a1177ff5ff5fc4c9c3f5..7215821ccb25e3819a8b71cf0298b0881ec91b99 100644 (file)
@@ -41,6 +41,11 @@ void acpi_container_init(void);
 #else
 static inline void acpi_container_init(void) {}
 #endif
+#ifdef CONFIG_ACPI_HOTPLUG_MEMORY
+void acpi_memory_hotplug_init(void);
+#else
+static inline void acpi_memory_hotplug_init(void) {}
+#endif
 
 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug,
                                    const char *name);