OSDN Git Service

platform/x86: thinkpad_acpi: remove unused defines
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 3 Feb 2020 12:01:31 +0000 (13:01 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 27 Jul 2020 13:36:23 +0000 (16:36 +0300)
They were never used.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/thinkpad_acpi.c

index edae2db..54c4ef1 100644 (file)
@@ -9318,9 +9318,6 @@ static struct ibm_struct mute_led_driver_data = {
 #define GET_STOP       "BCSG"
 #define SET_STOP       "BCSS"
 
-#define START_ATTR "charge_start_threshold"
-#define STOP_ATTR  "charge_stop_threshold"
-
 enum {
        BAT_ANY = 0,
        BAT_PRIMARY = 1,