aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/link/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/link/mainboard.c')
-rw-r--r--src/mainboard/google/link/mainboard.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/google/link/mainboard.c b/src/mainboard/google/link/mainboard.c
index 9c63acd182..ee83089bbe 100644
--- a/src/mainboard/google/link/mainboard.c
+++ b/src/mainboard/google/link/mainboard.c
@@ -40,6 +40,7 @@
#include <smbios.h>
#include <device/pci.h>
#include <ec/google/chromeec/ec.h>
+#include <device/azalia_device.h>
/* placeholder for evenual link post. Not sure what we'll
* do but it will look nice
@@ -150,11 +151,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;