summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t520/mainboard.c
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-08-17 23:48:42 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-08-18 15:06:44 +0200
commit6a3a8ce1a81578d4461c9d4de6d59a3154f6a8a4 (patch)
treea42b1ac7acd526ed618059c6d8c5bb164d4ea391 /src/mainboard/lenovo/t520/mainboard.c
parentb46f5891d297e2440bf2f0845cb9a45de2575a40 (diff)
downloadcoreboot-6a3a8ce1a81578d4461c9d4de6d59a3154f6a8a4.tar.gz
coreboot-6a3a8ce1a81578d4461c9d4de6d59a3154f6a8a4.tar.bz2
coreboot-6a3a8ce1a81578d4461c9d4de6d59a3154f6a8a4.zip
azalia: Move shared variable to separate file
Change-Id: Icf46ad1397c67478887c80a627b8f4eb0a67e542 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6695 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/lenovo/t520/mainboard.c')
-rw-r--r--src/mainboard/lenovo/t520/mainboard.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/t520/mainboard.c b/src/mainboard/lenovo/t520/mainboard.c
index d374e7e5e78f..c37e6b981fb3 100644
--- a/src/mainboard/lenovo/t520/mainboard.c
+++ b/src/mainboard/lenovo/t520/mainboard.c
@@ -40,6 +40,7 @@
#include <cbfs.h>
#include <pc80/keyboard.h>
#include <ec/lenovo/h8/h8.h>
+#include <device/azalia_device.h>
void mainboard_suspend_resume(void)
{
@@ -139,11 +140,6 @@ const char *smbios_mainboard_version(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;