ALSA: hda: Storage class should be before const qualifier
[safe/jmp/linux-2.6] / sound / pci / hda / patch_realtek.c
index 80a183f..53538b0 100644 (file)
@@ -14207,7 +14207,7 @@ enum {
        ALC269_FIXUP_SONY_VAIO,
 };
 
-const static struct hda_verb alc269_sony_vaio_fixup_verbs[] = {
+static const struct hda_verb alc269_sony_vaio_fixup_verbs[] = {
        {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREFGRD},
        {}
 };