summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rambi/mainboard.c')
-rw-r--r--src/mainboard/google/rambi/mainboard.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/rambi/mainboard.c b/src/mainboard/google/rambi/mainboard.c
index 0f729bf87a15..41d9795c5ef2 100644
--- a/src/mainboard/google/rambi/mainboard.c
+++ b/src/mainboard/google/rambi/mainboard.c
@@ -5,7 +5,6 @@
#if CONFIG(VGA_ROM_RUN)
#include <x86emu/x86emu.h>
#endif
-#include <acpi/acpi.h>
#include <arch/interrupt.h>
#include <smbios.h>
#include "ec.h"
@@ -14,10 +13,6 @@
#include <bootstate.h>
#include <vendorcode/google/chromeos/chromeos.h>
-void mainboard_suspend_resume(void)
-{
-}
-
#if CONFIG(VGA_ROM_RUN)
static int int15_handler(void)
{