diff mbox

[1/1] mmc: moxart: Remove unneeded version.h inclusion

Message ID 1400731605-1261-1-git-send-email-sachin.kamat@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Sachin Kamat May 22, 2014, 4:06 a.m. UTC
version.h inclusion is not needed as suggested by versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jonas Jensen <jonas.jensen@gmail.com>
---
 drivers/mmc/host/moxart-mmc.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Sachin Kamat May 27, 2014, 11:11 a.m. UTC | #1
On 22 May 2014 09:36, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> version.h inclusion is not needed as suggested by versioncheck.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Jonas Jensen <jonas.jensen@gmail.com>
> ---
>  drivers/mmc/host/moxart-mmc.c |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/moxart-mmc.c b/drivers/mmc/host/moxart-mmc.c
> index 74924a04026e..b4b1efbf6c16 100644
> --- a/drivers/mmc/host/moxart-mmc.c
> +++ b/drivers/mmc/host/moxart-mmc.c
> @@ -13,7 +13,6 @@
>   * warranty of any kind, whether express or implied.
>   */
>
> -#include <linux/version.h>
>  #include <linux/module.h>
>  #include <linux/init.h>
>  #include <linux/platform_device.h>
> --
> 1.7.9.5
>

Gentle ping.
Ulf Hansson June 16, 2014, 9:30 a.m. UTC | #2
On 22 May 2014 06:06, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> version.h inclusion is not needed as suggested by versioncheck.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Jonas Jensen <jonas.jensen@gmail.com>

Thanks! Applied for next.

Kind regards
Uffe

> ---
>  drivers/mmc/host/moxart-mmc.c |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/moxart-mmc.c b/drivers/mmc/host/moxart-mmc.c
> index 74924a04026e..b4b1efbf6c16 100644
> --- a/drivers/mmc/host/moxart-mmc.c
> +++ b/drivers/mmc/host/moxart-mmc.c
> @@ -13,7 +13,6 @@
>   * warranty of any kind, whether express or implied.
>   */
>
> -#include <linux/version.h>
>  #include <linux/module.h>
>  #include <linux/init.h>
>  #include <linux/platform_device.h>
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/mmc/host/moxart-mmc.c b/drivers/mmc/host/moxart-mmc.c
index 74924a04026e..b4b1efbf6c16 100644
--- a/drivers/mmc/host/moxart-mmc.c
+++ b/drivers/mmc/host/moxart-mmc.c
@@ -13,7 +13,6 @@ 
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>