diff options
author | Tzung-Bi Shih <tzungbi@google.com> | 2020-12-24 18:06:03 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-29 13:18:45 +0000 |
commit | 4ac275eda0d7bf6f222ad0093ffbdfd2f4228eaa (patch) | |
tree | 57efafdf44ac6782cc2e5700f7eb66ae20e00e36 /sound/soc/codecs/rt1015.c | |
parent | e05cde84eabccc0441f837f0661cd4c6f4820513 (diff) |
ASoC: rt1015: sort header inclusions
Sorts header inclusions. ASCII value of 'r' is less than 's'.
Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
Link: https://lore.kernel.org/r/20201224100607.3006171-2-tzungbi@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1015.c')
-rw-r--r-- | sound/soc/codecs/rt1015.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1015.c b/sound/soc/codecs/rt1015.c index 5fdf7bbfd375..e78364f54451 100644 --- a/sound/soc/codecs/rt1015.c +++ b/sound/soc/codecs/rt1015.c @@ -24,10 +24,10 @@ #include <sound/initval.h> #include <sound/pcm.h> #include <sound/pcm_params.h> +#include <sound/rt1015.h> #include <sound/soc-dapm.h> #include <sound/soc.h> #include <sound/tlv.h> -#include <sound/rt1015.h> #include "rl6231.h" #include "rt1015.h" |