diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-29 07:59:00 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-29 07:59:00 -0500 |
commit | 8b4e2fa4ff72ba2c9f01af8def15d4c4eeeeed64 (patch) | |
tree | a2ebfb0b6aebb2fe07821fe862a79709be3ebc17 /drivers/acpi/internal.h | |
parent | 64e94e7e0ffb20ee11a596aa04fcdeefb33e000d (diff) | |
parent | e375325ce55eb841ccda54a4472cf3b0139ea5f2 (diff) |
Merge branch 'acpi-lpss' into acpi-cleanup
The following commits depend on the 'acpi-lpss' material.
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index c5a61cd6c1a5..da233477d260 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -26,6 +26,7 @@ | |||
26 | int init_acpi_device_notify(void); | 26 | int init_acpi_device_notify(void); |
27 | int acpi_scan_init(void); | 27 | int acpi_scan_init(void); |
28 | int acpi_sysfs_init(void); | 28 | int acpi_sysfs_init(void); |
29 | void acpi_csrt_init(void); | ||
29 | 30 | ||
30 | #ifdef CONFIG_DEBUG_FS | 31 | #ifdef CONFIG_DEBUG_FS |
31 | extern struct dentry *acpi_debugfs_dir; | 32 | extern struct dentry *acpi_debugfs_dir; |
@@ -117,6 +118,10 @@ static inline void suspend_nvs_restore(void) {} | |||
117 | -------------------------------------------------------------------------- */ | 118 | -------------------------------------------------------------------------- */ |
118 | struct platform_device; | 119 | struct platform_device; |
119 | 120 | ||
120 | struct platform_device *acpi_create_platform_device(struct acpi_device *adev); | 121 | /* Flags for acpi_create_platform_device */ |
122 | #define ACPI_PLATFORM_CLK BIT(0) | ||
123 | |||
124 | struct platform_device *acpi_create_platform_device(struct acpi_device *adev, | ||
125 | unsigned long flags); | ||
121 | 126 | ||
122 | #endif /* _ACPI_INTERNAL_H_ */ | 127 | #endif /* _ACPI_INTERNAL_H_ */ |