summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2014-03-14 14:06:25 +0800
committerZhang Rui <rui.zhang@intel.com>2014-10-10 13:56:20 +0800
commit083bf668cb70e47b84db64856606e94beac87f01 (patch)
treeb48a83440e2b76c58af3ce172cd8575ba61637d4 /include
parent3230bbfce8a9270acc77fafd0d9ff90e94f28993 (diff)
downloadlinux-stable-083bf668cb70e47b84db64856606e94beac87f01.tar.gz
linux-stable-083bf668cb70e47b84db64856606e94beac87f01.tar.bz2
linux-stable-083bf668cb70e47b84db64856606e94beac87f01.zip
ACPI: make acpi_create_platform_device() an external API
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index 807cbc46d73e..2c24c2c1be45 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -432,6 +432,7 @@ static inline bool acpi_driver_match_device(struct device *dev,
int acpi_device_uevent_modalias(struct device *, struct kobj_uevent_env *);
int acpi_device_modalias(struct device *, char *, int);
+struct platform_device *acpi_create_platform_device(struct acpi_device *);
#define ACPI_PTR(_ptr) (_ptr)
#else /* !CONFIG_ACPI */