[alsa-devel] [PATCH 1/1] ASoC: isabelle: Remove version.h header file inclusion
version.h header file inclusion is no longer needed for this file.
Signed-off-by: Sachin Kamat sachin.kamat@linaro.org --- sound/soc/codecs/isabelle.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index 5d8f39e..1bf5560 100644 --- a/sound/soc/codecs/isabelle.c +++ b/sound/soc/codecs/isabelle.c @@ -13,7 +13,6 @@ */ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h>
Thanks Mark and Sachin.
-----Original Message----- From: Mark Brown [mailto:broonie@opensource.wolfsonmicro.com] Sent: Wednesday, July 25, 2012 12:47 AM To: Sachin Kamat Cc: alsa-devel@alsa-project.org; Reddy, M.R. Swami; tiwai@suse.de; patches@linaro.org Subject: Re: [PATCH 1/1] ASoC: isabelle: Remove version.h header file inclusion
On Mon, Jul 23, 2012 at 05:25:15PM +0530, Sachin Kamat wrote:
version.h header file inclusion is no longer needed for this file.
Applied, thanks.
participants (3)
-
Mark Brown
-
Reddy, M.R. Swami
-
Sachin Kamat