aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/parrot/mainboard.c')
-rw-r--r--src/mainboard/google/parrot/mainboard.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/google/parrot/mainboard.c b/src/mainboard/google/parrot/mainboard.c
index 56a1b47b63..6aa3fcaffb 100644
--- a/src/mainboard/google/parrot/mainboard.c
+++ b/src/mainboard/google/parrot/mainboard.c
@@ -39,6 +39,7 @@
#include <smbios.h>
#include <device/pci.h>
#include <ec/compal/ene932/ec.h>
+#include <device/azalia_device.h>
void mainboard_suspend_resume(void)
{
@@ -136,11 +137,6 @@ static int int15_handler(void)
/* Audio Setup */
-extern const u32 * cim_verb_data;
-extern u32 cim_verb_data_size;
-extern const u32 * pc_beep_verbs;
-extern u32 pc_beep_verbs_size;
-
static void verb_setup(void)
{
cim_verb_data = mainboard_cim_verb_data;