From 6a3a8ce1a81578d4461c9d4de6d59a3154f6a8a4 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 17 Aug 2014 23:48:42 +0200 Subject: azalia: Move shared variable to separate file Change-Id: Icf46ad1397c67478887c80a627b8f4eb0a67e542 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/6695 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: Paul Menzel --- src/mainboard/dmp/vortex86ex/hda_verb.h | 3 --- src/mainboard/dmp/vortex86ex/mainboard.c | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mainboard/dmp/vortex86ex') diff --git a/src/mainboard/dmp/vortex86ex/hda_verb.h b/src/mainboard/dmp/vortex86ex/hda_verb.h index 05563158d4..6b1620ba13 100644 --- a/src/mainboard/dmp/vortex86ex/hda_verb.h +++ b/src/mainboard/dmp/vortex86ex/hda_verb.h @@ -102,6 +102,3 @@ static const u32 mainboard_cim_verb_data[] = { 0x01f71e11, 0x01f71f41, }; - -extern const u32 *cim_verb_data; -extern u32 cim_verb_data_size; diff --git a/src/mainboard/dmp/vortex86ex/mainboard.c b/src/mainboard/dmp/vortex86ex/mainboard.c index c824963b02..edf18c27a0 100644 --- a/src/mainboard/dmp/vortex86ex/mainboard.c +++ b/src/mainboard/dmp/vortex86ex/mainboard.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "hda_verb.h" static void verb_setup(void) -- cgit v1.2.3