[PATCH] MPC5200: Eliminate duplicate include of of_device.h

From: Jesper Juhl
Date: Mon Nov 22 2010 - 17:07:27 EST



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

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

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>



--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/