diff options
author | Zhang Rui <rui.zhang@intel.com> | 2014-03-14 10:06:25 +0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-10-10 09:56:20 +0400 |
commit | 083bf668cb70e47b84db64856606e94beac87f01 (patch) | |
tree | b48a83440e2b76c58af3ce172cd8575ba61637d4 /include/linux/acpi.h | |
parent | 3230bbfce8a9270acc77fafd0d9ff90e94f28993 (diff) | |
download | linux-083bf668cb70e47b84db64856606e94beac87f01.tar.xz |
ACPI: make acpi_create_platform_device() an external API
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 1 |
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 */ |