diff options
Diffstat (limited to 'drivers/char/sonypi.c')
| -rw-r--r-- | drivers/char/sonypi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c index 2457b07dabd6..f4374437a033 100644 --- a/drivers/char/sonypi.c +++ b/drivers/char/sonypi.c | |||
| @@ -523,7 +523,7 @@ static int acpi_driver_registered; | |||
| 523 | 523 | ||
| 524 | static int sonypi_ec_write(u8 addr, u8 value) | 524 | static int sonypi_ec_write(u8 addr, u8 value) |
| 525 | { | 525 | { |
| 526 | #ifdef CONFIG_ACPI_EC | 526 | #ifdef CONFIG_ACPI |
| 527 | if (SONYPI_ACPI_ACTIVE) | 527 | if (SONYPI_ACPI_ACTIVE) |
| 528 | return ec_write(addr, value); | 528 | return ec_write(addr, value); |
| 529 | #endif | 529 | #endif |
| @@ -539,7 +539,7 @@ static int sonypi_ec_write(u8 addr, u8 value) | |||
| 539 | 539 | ||
| 540 | static int sonypi_ec_read(u8 addr, u8 *value) | 540 | static int sonypi_ec_read(u8 addr, u8 *value) |
| 541 | { | 541 | { |
| 542 | #ifdef CONFIG_ACPI_EC | 542 | #ifdef CONFIG_ACPI |
| 543 | if (SONYPI_ACPI_ACTIVE) | 543 | if (SONYPI_ACPI_ACTIVE) |
| 544 | return ec_read(addr, value); | 544 | return ec_read(addr, value); |
| 545 | #endif | 545 | #endif |
