Message ID | 1396516257-25354-4-git-send-email-Li.Xiubo@freescale.com (mailing list archive) |
---|---|
State | Accepted |
Commit | add180ed780e9031d65e7c94cad936e719401acf |
Headers | show |
On Thu, Apr 03, 2014 at 05:10:56PM +0800, Xiubo Li wrote: > Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Acked-by: Nicolin Chen <Guangyu.Chen@freescale.com> Thank you. > --- > sound/soc/fsl/fsl_spdif.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c > index 6452ca8..173553c 100644 > --- a/sound/soc/fsl/fsl_spdif.c > +++ b/sound/soc/fsl/fsl_spdif.c > @@ -13,18 +13,18 @@ > * kind, whether express or implied. > */ > > -#include <linux/module.h> > +#include <linux/bitrev.h> > #include <linux/clk.h> > #include <linux/clk-private.h> > -#include <linux/bitrev.h> > -#include <linux/regmap.h> > +#include <linux/module.h> > #include <linux/of_address.h> > #include <linux/of_device.h> > #include <linux/of_irq.h> > +#include <linux/regmap.h> > > #include <sound/asoundef.h> > -#include <sound/soc.h> > #include <sound/dmaengine_pcm.h> > +#include <sound/soc.h> > > #include "fsl_spdif.h" > #include "imx-pcm.h" > -- > 1.8.4 > >
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 6452ca8..173553c 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -13,18 +13,18 @@ * kind, whether express or implied. */ -#include <linux/module.h> +#include <linux/bitrev.h> #include <linux/clk.h> #include <linux/clk-private.h> -#include <linux/bitrev.h> -#include <linux/regmap.h> +#include <linux/module.h> #include <linux/of_address.h> #include <linux/of_device.h> #include <linux/of_irq.h> +#include <linux/regmap.h> #include <sound/asoundef.h> -#include <sound/soc.h> #include <sound/dmaengine_pcm.h> +#include <sound/soc.h> #include "fsl_spdif.h" #include "imx-pcm.h"
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> --- sound/soc/fsl/fsl_spdif.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)