Re: [PATCH] ASoC: remove redundant include

2018-09-18 Thread Charles Keepax
On Tue, Sep 18, 2018 at 04:16:24PM +0800, zhong jiang wrote: > module.h already contained moduleparam.h, so it is safe to remove > the redundant include. > > The issue is detected with the help of Coccinelle. > > Signed-off-by: zhong jiang > --- For the Wolfson bits: Acked-by: Charles Keepax

Re: [PATCH] ASoC: remove redundant include

2018-09-18 Thread Charles Keepax
On Tue, Sep 18, 2018 at 04:16:24PM +0800, zhong jiang wrote: > module.h already contained moduleparam.h, so it is safe to remove > the redundant include. > > The issue is detected with the help of Coccinelle. > > Signed-off-by: zhong jiang > --- For the Wolfson bits: Acked-by: Charles Keepax

[PATCH] ASoC: remove redundant include

2018-09-18 Thread zhong jiang
module.h already contained moduleparam.h, so it is safe to remove the redundant include. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang --- sound/soc/codecs/rt5651.c | 1 - sound/soc/codecs/wm8904.c | 1 - sound/soc/codecs/wm8974.c | 1 - sound/soc/soc-dapm.c

[PATCH] ASoC: remove redundant include

2018-09-18 Thread zhong jiang
module.h already contained moduleparam.h, so it is safe to remove the redundant include. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang --- sound/soc/codecs/rt5651.c | 1 - sound/soc/codecs/wm8904.c | 1 - sound/soc/codecs/wm8974.c | 1 - sound/soc/soc-dapm.c