From: Tzung-Bi Shih Date: Thu, 9 Jul 2020 12:24:41 +0000 (+0800) Subject: ASoC: mediatek: mt8183-da7219: sort header inclusions in alphabetical X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31add0d56e5c4964009bca8d507ff91350e17b5e;p=linux.git ASoC: mediatek: mt8183-da7219: sort header inclusions in alphabetical Sorts header inclusions in alphabetical. Signed-off-by: Tzung-Bi Shih Link: https://lore.kernel.org/r/20200709122445.1584497-2-tzungbi@google.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c index b61bb2de4ec39..4cffe7daf33c5 100644 --- a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c +++ b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c @@ -13,9 +13,9 @@ #include #include -#include "mt8183-afe-common.h" #include "../../codecs/da7219-aad.h" #include "../../codecs/da7219.h" +#include "mt8183-afe-common.h" struct mt8183_da7219_max98357_priv { struct snd_soc_jack headset_jack;