diff options
| author | Mark Brown <broonie@kernel.org> | 2020-12-28 17:20:00 +0300 | 
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2020-12-28 17:20:00 +0300 | 
| commit | 2ae6f64ce1ce304b502461fdfe0b96c8171ae2cc (patch) | |
| tree | 88e987c447daf2c29e2d4c15e58d1029b0cc78c2 /drivers/acpi/internal.h | |
| parent | 3b66e4a8e58a85af3212c7117d7a29c9ef6679a2 (diff) | |
| parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) | |
| download | linux-2ae6f64ce1ce304b502461fdfe0b96c8171ae2cc.tar.xz | |
Merge tag 'v5.11-rc1' into regulator-5.11
Linux 5.11-rc1
Diffstat (limited to 'drivers/acpi/internal.h')
| -rw-r--r-- | drivers/acpi/internal.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 43411a7457cd..cb229e24c563 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h @@ -105,7 +105,8 @@ struct acpi_device_bus_id {  int acpi_device_add(struct acpi_device *device,  		    void (*release)(struct device *));  void acpi_init_device_object(struct acpi_device *device, acpi_handle handle, -			     int type, unsigned long long sta); +			     int type, unsigned long long sta, +			     struct acpi_device_info *info);  int acpi_device_setup_files(struct acpi_device *dev);  void acpi_device_remove_files(struct acpi_device *dev);  void acpi_device_add_finalize(struct acpi_device *device); @@ -134,7 +135,7 @@ int acpi_add_power_resource(acpi_handle handle);  void acpi_power_add_remove_device(struct acpi_device *adev, bool add);  int acpi_power_wakeup_list_init(struct list_head *list, int *system_level);  int acpi_device_sleep_wake(struct acpi_device *dev, -                           int enable, int sleep_state, int dev_state); +			   int enable, int sleep_state, int dev_state);  int acpi_power_get_inferred_state(struct acpi_device *device, int *state);  int acpi_power_on_resources(struct acpi_device *device, int state);  int acpi_power_transition(struct acpi_device *device, int state);  | 
