summaryrefslogtreecommitdiff
path: root/drivers/acpi/internal.h
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2014-03-14 06:06:25 (GMT)
committerZhang Rui <rui.zhang@intel.com>2014-10-10 05:56:20 (GMT)
commit083bf668cb70e47b84db64856606e94beac87f01 (patch)
treeb48a83440e2b76c58af3ce172cd8575ba61637d4 /drivers/acpi/internal.h
parent3230bbfce8a9270acc77fafd0d9ff90e94f28993 (diff)
downloadlinux-083bf668cb70e47b84db64856606e94beac87f01.tar.xz
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 de47f9f..f221d1e 100644
--- a/drivers/acpi/internal.h
+++ b/drivers/acpi/internal.h
@@ -169,13 +169,6 @@ static inline void suspend_nvs_restore(void) {}
#endif
/*--------------------------------------------------------------------------
- Platform bus support
- -------------------------------------------------------------------------- */
-struct platform_device;
-
-struct platform_device *acpi_create_platform_device(struct acpi_device *adev);
-
-/*--------------------------------------------------------------------------
Video
-------------------------------------------------------------------------- */
#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE)