summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2020-02-03 13:01:31 +0100
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-07-27 16:36:23 +0300
commitc1c04fbcb96ddacb27b54ade3931cc32b897dbbb (patch)
tree2f63d1b5c30a22f89d246ce2b6295d5bd11c7461 /drivers/platform
parent50c8a002bfd43798768ad07833b2b9d4b4d5274f (diff)
platform/x86: thinkpad_acpi: remove unused defines
They were never used. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/thinkpad_acpi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
index edae2db27984..54c4ef1094fe 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
@@ -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,