diff mbox

ASoC: rl6231: Remove unneeded inclusion of header files

Message ID 1401778595.19083.1.camel@phoenix (mailing list archive)
State Accepted
Commit b5d4f4a53f275afa1d066ace6a9fa6995337ead9
Headers show

Commit Message

Axel Lin June 3, 2014, 6:56 a.m. UTC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/codecs/rl6231.c | 19 -------------------
 1 file changed, 19 deletions(-)

Comments

Oder Chiou June 9, 2014, 5:41 a.m. UTC | #1
> -----Original Message-----
> From: Axel Lin [mailto:axel.lin@ingics.com]
> Sent: Tuesday, June 03, 2014 2:57 PM
> To: Mark Brown
> Cc: Oder Chiou; Liam Girdwood; alsa-devel@alsa-project.org
> Subject: [PATCH] ASoC: rl6231: Remove unneeded inclusion of header files
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  sound/soc/codecs/rl6231.c | 19 -------------------
>  1 file changed, 19 deletions(-)
> 
> diff --git a/sound/soc/codecs/rl6231.c b/sound/soc/codecs/rl6231.c
> index 7b82fbe..56650d6 100644
> --- a/sound/soc/codecs/rl6231.c
> +++ b/sound/soc/codecs/rl6231.c
> @@ -11,25 +11,6 @@
>   */
> 
>  #include <linux/module.h>
> -#include <linux/moduleparam.h>
> -#include <linux/init.h>
> -#include <linux/delay.h>
> -#include <linux/pm.h>
> -#include <linux/gpio.h>
> -#include <linux/i2c.h>
> -#include <linux/regmap.h>
> -#include <linux/of.h>
> -#include <linux/of_gpio.h>
> -#include <linux/platform_device.h>
> -#include <linux/spi/spi.h>
> -#include <linux/acpi.h>
> -#include <sound/core.h>
> -#include <sound/pcm.h>
> -#include <sound/pcm_params.h>
> -#include <sound/soc.h>
> -#include <sound/soc-dapm.h>
> -#include <sound/initval.h>
> -#include <sound/tlv.h>
> 
>  #include "rl6231.h"
> 
> --
> 1.8.3.2
> 

Tested-by: Oder Chiou <oder_chiou@realtek.com>

Thanks
Mark Brown June 9, 2014, 8:18 p.m. UTC | #2
On Tue, Jun 03, 2014 at 02:56:35PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/rl6231.c b/sound/soc/codecs/rl6231.c
index 7b82fbe..56650d6 100644
--- a/sound/soc/codecs/rl6231.c
+++ b/sound/soc/codecs/rl6231.c
@@ -11,25 +11,6 @@ 
  */
 
 #include <linux/module.h>
-#include <linux/moduleparam.h>
-#include <linux/init.h>
-#include <linux/delay.h>
-#include <linux/pm.h>
-#include <linux/gpio.h>
-#include <linux/i2c.h>
-#include <linux/regmap.h>
-#include <linux/of.h>
-#include <linux/of_gpio.h>
-#include <linux/platform_device.h>
-#include <linux/spi/spi.h>
-#include <linux/acpi.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
-#include <sound/pcm_params.h>
-#include <sound/soc.h>
-#include <sound/soc-dapm.h>
-#include <sound/initval.h>
-#include <sound/tlv.h>
 
 #include "rl6231.h"