Replace enabled(), onoff() and other similar places by str_*() helpers.
Signed-off-by: Andy Shevchenko
---
drivers/platform/x86/thinkpad_acpi.c | 55 +++-
1 file changed, 21 insertions(+), 34 deletions(-)
diff --git a/drivers/platform/x86/thinkpad_acpi.c
b/drivers/platf
It's quite hard to understand in that zillions of headers that are included
if any specific one is already listed. Sort headers for better maintenance.
Signed-off-by: Andy Shevchenko
---
drivers/platform/x86/thinkpad_acpi.c | 58 +++-
1 file changed, 31 insertions(+), 27