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/apple/macbook21/mainboard.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mainboard/apple') diff --git a/src/mainboard/apple/macbook21/mainboard.c b/src/mainboard/apple/macbook21/mainboard.c index 9a025ddf98..b537f78175 100644 --- a/src/mainboard/apple/macbook21/mainboard.c +++ b/src/mainboard/apple/macbook21/mainboard.c @@ -34,12 +34,10 @@ #include #include #include +#include #include "hda_verb.h" #define PANEL INT15_5F35_CL_DISPLAY_DEFAULT -extern const u32 *cim_verb_data; -extern u32 cim_verb_data_size; - #if CONFIG_PCI_OPTION_ROM_RUN_YABEL || CONFIG_PCI_OPTION_ROM_RUN_REALMODE static int int15_handler(void) { -- cgit v1.2.3