From 0378b6acc8ee20720dce23d5157185e09189d41c Mon Sep 17 00:00:00 2001 From: Seungwhan Youn Date: Tue, 11 Jan 2011 07:26:06 +0900 Subject: ASoC: SAMSUNG: Clean-up header includes This patch remove including unnecessary/duplicated headers which relative with Samsung SoCs. Signed-off-by: Seungwhan Youn Acked-by: Jassi Brar Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- sound/soc/samsung/smdk_wm8580.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sound/soc/samsung/smdk_wm8580.c') diff --git a/sound/soc/samsung/smdk_wm8580.c b/sound/soc/samsung/smdk_wm8580.c index b2cff1a44aed..8aacf23d6f3a 100644 --- a/sound/soc/samsung/smdk_wm8580.c +++ b/sound/soc/samsung/smdk_wm8580.c @@ -10,17 +10,12 @@ * option) any later version. */ -#include -#include -#include -#include -#include #include +#include #include #include "../codecs/wm8580.h" -#include "dma.h" #include "i2s.h" /* -- cgit