summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4458.c
diff options
context:
space:
mode:
authorCosmin-Gabriel Samoila2018-02-20 09:56:08 +0100
committerMark Brown2018-02-20 13:03:16 +0100
commitde03af56602a3b57bfef958045a4d43ad50db46a (patch)
tree38b9ab1a0464a6edbe569e9fccef8c3b29ea25a6 /sound/soc/codecs/ak4458.c
parentASoC: ak4458: Modify SPDX license format (diff)
downloadkernel-qcow2-linux-de03af56602a3b57bfef958045a4d43ad50db46a.tar.gz
kernel-qcow2-linux-de03af56602a3b57bfef958045a4d43ad50db46a.tar.xz
kernel-qcow2-linux-de03af56602a3b57bfef958045a4d43ad50db46a.zip
ASoC: ak4458: Sort headers alphabetically
Keep headers sorted alphabetically. Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ak4458.c')
-rw-r--r--sound/soc/codecs/ak4458.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/codecs/ak4458.c b/sound/soc/codecs/ak4458.c
index 8a49dd24e6b7..31ec0ba2e639 100644
--- a/sound/soc/codecs/ak4458.c
+++ b/sound/soc/codecs/ak4458.c
@@ -5,19 +5,19 @@
// Copyright (C) 2016 Asahi Kasei Microdevices Corporation
// Copyright 2018 NXP
-#include <linux/module.h>
#include <linux/delay.h>
-#include <linux/slab.h>
#include <linux/gpio/consumer.h>
+#include <linux/i2c.h>
+#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <linux/pm_runtime.h>
-#include <linux/i2c.h>
+#include <linux/slab.h>
+#include <sound/initval.h>
+#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
-#include <sound/initval.h>
#include <sound/tlv.h>
-#include <sound/pcm_params.h>
#include "ak4458.h"