summaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_big/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/nyan_big/reset.c')
-rw-r--r--src/mainboard/google/nyan_big/reset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/nyan_big/reset.c b/src/mainboard/google/nyan_big/reset.c
index ee36292f70..468b0c2599 100644
--- a/src/mainboard/google/nyan_big/reset.c
+++ b/src/mainboard/google/nyan_big/reset.c
@@ -13,11 +13,10 @@
* GNU General Public License for more details.
*/
-#include <arch/io.h>
#include <gpio.h>
#include <reset.h>
-void do_hard_reset(void)
+void do_board_reset(void)
{
gpio_output(GPIO(I5), 0);
}