summaryrefslogtreecommitdiff
path: root/drivers/sound/max98095.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-12-03 14:37:34 +0300
committerSimon Glass <sjg@chromium.org>2018-12-14 02:32:49 +0300
commita1efd49ee269e0eeb9af12d52031853d08928810 (patch)
tree900e35a2e7b64c55c17a18ae91374c9fa2712dac /drivers/sound/max98095.c
parent9ca9f6d58b77bbd9ece37cd61bbff068611cc0d2 (diff)
downloadu-boot-a1efd49ee269e0eeb9af12d52031853d08928810.tar.xz
dm: sound: Fix up header ordering
Tidy up the ordering of header files in the sounds files. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/sound/max98095.c')
-rw-r--r--drivers/sound/max98095.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/sound/max98095.c b/drivers/sound/max98095.c
index d7313f9ad7..6a98dac04b 100644
--- a/drivers/sound/max98095.c
+++ b/drivers/sound/max98095.c
@@ -11,16 +11,15 @@
*/
#include <common.h>
-#include <asm/arch/clk.h>
-#include <asm/arch/cpu.h>
-#include <asm/arch/power.h>
-#include <asm/gpio.h>
-#include <asm/io.h>
-#include <common.h>
#include <div64.h>
#include <fdtdec.h>
#include <i2c.h>
#include <sound.h>
+#include <asm/gpio.h>
+#include <asm/io.h>
+#include <asm/arch/clk.h>
+#include <asm/arch/cpu.h>
+#include <asm/arch/power.h>
#include "i2s.h"
#include "max98095.h"