diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-09 22:33:11 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-18 17:17:58 +0000 |
commit | 967b84d5ea78886f0f076c19f998650fcb94288e (patch) | |
tree | 60701cf29cd4ae81860e4fb4b1059a5b30480de7 /src/mainboard/google/cyan | |
parent | 0b5b44e004911ae373d8abb70f8d58877bd268ef (diff) | |
download | coreboot-967b84d5ea78886f0f076c19f998650fcb94288e.tar.xz |
src/mainboard: Remove unneeded whitespace
Change-Id: Ibf23f49e7864c611a3cb32a91891b6023a692e1d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28979
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/cyan')
-rw-r--r-- | src/mainboard/google/cyan/acpi/touchscreen_elan.asl | 2 | ||||
-rw-r--r-- | src/mainboard/google/cyan/acpi/touchscreen_melfas.asl | 2 | ||||
-rw-r--r-- | src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl index cd67a0e5a6..1fc362ef85 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl @@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } } ) Return (BUF0) diff --git a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl index 15b2237fb1..e8bc0f290c 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl @@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } }) Return (BUF0) } diff --git a/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl b/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl index 1b10848e78..421119a129 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl @@ -79,7 +79,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } }) Return (BUF0) } |