diff mbox

MPC5200: Eliminate duplicate include of of_device.h

Message ID alpine.LNX.2.00.1011222246250.6285@swampdragon.chaosbits.net (mailing list archive)
State Not Applicable
Headers show

Commit Message

Jesper Juhl Nov. 22, 2010, 9:54 p.m. UTC
Eliminate duplicate  #include <linux/of_device.h>  from 
sound/soc/fsl/mpc5200_dma.c

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 mpc5200_dma.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown Nov. 23, 2010, 2:53 p.m. UTC | #1
On Mon, Nov 22, 2010 at 10:54:03PM +0100, Jesper Juhl wrote:
> 
> Eliminate duplicate  #include <linux/of_device.h>  from 
> sound/soc/fsl/mpc5200_dma.c

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/fsl/mpc5200_dma.c b/sound/soc/fsl/mpc5200_dma.c
index dce6b55..f92dca0 100644
--- a/sound/soc/fsl/mpc5200_dma.c
+++ b/sound/soc/fsl/mpc5200_dma.c
@@ -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>