Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92a52885 authored by Jesper Juhl's avatar Jesper Juhl Committed by Mark Brown
Browse files

ASoC: MPC5200: Eliminate duplicate include of of_device.h



Eliminate duplicate  #include <linux/of_device.h>  from
sound/soc/fsl/mpc5200_dma.c

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent eba19fdd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>

#include <sound/soc.h>