diff options
Diffstat (limited to 'src/mainboard/google/snow')
-rw-r--r-- | src/mainboard/google/snow/wakeup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/snow/wakeup.c b/src/mainboard/google/snow/wakeup.c index 2fe1ab0363..e3cd2ba630 100644 --- a/src/mainboard/google/snow/wakeup.c +++ b/src/mainboard/google/snow/wakeup.c @@ -26,4 +26,3 @@ int wakeup_need_reset(void) * reset if GPIO value is high. */ return gpio_get_value(GPIO_Y10); } - |