aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/internal.h
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2014-03-14 02:06:25 -0400
committerZhang Rui <rui.zhang@intel.com>2014-10-10 01:56:20 -0400
commit083bf668cb70e47b84db64856606e94beac87f01 (patch)
treeb48a83440e2b76c58af3ce172cd8575ba61637d4 /drivers/acpi/internal.h
parent3230bbfce8a9270acc77fafd0d9ff90e94f28993 (diff)
ACPI: make acpi_create_platform_device() an external API
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r--drivers/acpi/internal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h
index de47f9f746c9..f221d1eb594a 100644
--- a/drivers/acpi/internal.h
+++ b/drivers/acpi/internal.h
@@ -169,13 +169,6 @@ static inline void suspend_nvs_restore(void) {}
169#endif 169#endif
170 170
171/*-------------------------------------------------------------------------- 171/*--------------------------------------------------------------------------
172 Platform bus support
173 -------------------------------------------------------------------------- */
174struct platform_device;
175
176struct platform_device *acpi_create_platform_device(struct acpi_device *adev);
177
178/*--------------------------------------------------------------------------
179 Video 172 Video
180 -------------------------------------------------------------------------- */ 173 -------------------------------------------------------------------------- */
181#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE) 174#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE)