aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x200/hda_verb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x200/hda_verb.h')
-rw-r--r--src/mainboard/lenovo/x200/hda_verb.h4
1 files changed, 0 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;