From a1efd49ee269e0eeb9af12d52031853d08928810 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 3 Dec 2018 04:37:34 -0700 Subject: dm: sound: Fix up header ordering Tidy up the ordering of header files in the sounds files. Signed-off-by: Simon Glass --- drivers/sound/wm8994.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drivers/sound/wm8994.c') diff --git a/drivers/sound/wm8994.c b/drivers/sound/wm8994.c index a888a0b..1714f43 100644 --- a/drivers/sound/wm8994.c +++ b/drivers/sound/wm8994.c @@ -4,15 +4,15 @@ * R. Chandrasekar */ #include -#include -#include -#include -#include #include #include #include #include #include +#include +#include +#include +#include #include #include "wm8994.h" #include "wm8994_registers.h" -- cgit v1.1