Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Weißschuh and committed by
Andy Shevchenko
c1c04fbc 50c8a002

-3
-3
drivers/platform/x86/thinkpad_acpi.c
··· 9318 9318 #define GET_STOP "BCSG" 9319 9319 #define SET_STOP "BCSS" 9320 9320 9321 - #define START_ATTR "charge_start_threshold" 9322 - #define STOP_ATTR "charge_stop_threshold" 9323 - 9324 9321 enum { 9325 9322 BAT_ANY = 0, 9326 9323 BAT_PRIMARY = 1,