diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-01-20 19:58:18 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-04 19:11:43 +0100 |
commit | c56fd5ead29b6ad6625af632a91a231129027185 (patch) | |
tree | dca2a3fbdb7c945386ee0da4d15a5e3237459511 /include/acpi | |
parent | 56ce8339d41bf63fd769f10419cd188e6272d9d6 (diff) | |
download | linux-c56fd5ead29b6ad6625af632a91a231129027185.tar.gz linux-c56fd5ead29b6ad6625af632a91a231129027185.tar.bz2 linux-c56fd5ead29b6ad6625af632a91a231129027185.zip |
ACPI: PM: Clean up printing messages
Replace the remaining ACPI_DEBUG_PRINT() instances in device_pm.c
with dev_dbg() invocations, drop the _COMPONENT and ACPI_MODULE_NAME()
definitions that are not used any more, and drop the no longer needed
ACPI_POWER_COMPONENT definition from the headers and documentation.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_drivers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index d4f39a20aa2a..14da491bad96 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h @@ -22,7 +22,6 @@ #define ACPI_SBS_COMPONENT 0x00100000 #define ACPI_FAN_COMPONENT 0x00200000 #define ACPI_PCI_COMPONENT 0x00400000 -#define ACPI_POWER_COMPONENT 0x00800000 #define ACPI_CONTAINER_COMPONENT 0x01000000 #define ACPI_SYSTEM_COMPONENT 0x02000000 #define ACPI_THERMAL_COMPONENT 0x04000000 |