diff mbox series

[1/2] ACPI: acpi_drivers.h: Remove the leftover dead code

Message ID 1605236445-52540-1-git-send-email-guohanjun@huawei.com (mailing list archive)
State Mainlined, archived
Headers show
Series [1/2] ACPI: acpi_drivers.h: Remove the leftover dead code | expand

Commit Message

Hanjun Guo Nov. 13, 2020, 3 a.m. UTC
After commit 5ba8b1c6fe40 ("ACPI: remove dead code"),
ACPI_PROCESSOR_LIMIT_* macros are not used anymore, remove it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
---
 include/acpi/acpi_drivers.h | 8 --------
 1 file changed, 8 deletions(-)
diff mbox series

Patch

diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h
index 5eb1759..634f967 100644
--- a/include/acpi/acpi_drivers.h
+++ b/include/acpi/acpi_drivers.h
@@ -94,14 +94,6 @@  static inline struct pci_dev *acpi_get_pci_dev(acpi_handle handle)
 static inline void pci_acpi_crs_quirks(void) { }
 #endif
 
-/* --------------------------------------------------------------------------
-                                    Processor
-   -------------------------------------------------------------------------- */
-
-#define ACPI_PROCESSOR_LIMIT_NONE	0x00
-#define ACPI_PROCESSOR_LIMIT_INCREMENT	0x01
-#define ACPI_PROCESSOR_LIMIT_DECREMENT	0x02
-
 /*--------------------------------------------------------------------------
                                   Dock Station
   -------------------------------------------------------------------------- */