diff options
Diffstat (limited to 'src/mainboard/lenovo/x200')
-rw-r--r-- | src/mainboard/lenovo/x200/hda_verb.h | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/mainboard.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/x200/hda_verb.h b/src/mainboard/lenovo/x200/hda_verb.h index 6c9f60b057..6be7518e1a 100644 --- a/src/mainboard/lenovo/x200/hda_verb.h +++ b/src/mainboard/lenovo/x200/hda_verb.h @@ -41,8 +41,6 @@ static const u32 mainboard_cim_verb_data[] = { PIN_CFG(0x1c, 0x40f001f0), PIN_CFG(0x1d, 0x90a601f0) }; -extern const u32 *cim_verb_data; -extern u32 cim_verb_data_size; static const u32 mainboard_pc_beep_verbs[] = { 0x00170500, /* power up codec */ @@ -54,5 +52,3 @@ static const u32 mainboard_pc_beep_verbs[] = { 0x00c3b015, /* set lout1 output volume -15dB */ 0x0143b000, /* unmute speakers */ }; -extern const u32 * pc_beep_verbs; -extern u32 pc_beep_verbs_size; diff --git a/src/mainboard/lenovo/x200/mainboard.c b/src/mainboard/lenovo/x200/mainboard.c index ab0bc45678..a00f1851c9 100644 --- a/src/mainboard/lenovo/x200/mainboard.c +++ b/src/mainboard/lenovo/x200/mainboard.c @@ -35,6 +35,7 @@ #include <ec/lenovo/pmh7/pmh7.h> #include <ec/acpi/ec.h> #include <ec/lenovo/h8/h8.h> +#include <device/azalia_device.h> #include "hda_verb.h" |