Message ID | 1400731605-1261-1-git-send-email-sachin.kamat@linaro.org |
---|---|
State | New |
Headers | show |
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.
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 --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>
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(-)