diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-05-22 08:06:45 +0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-07-09 13:26:06 +0400 |
commit | 258c749e41c4f4ccf0c8a68b879a00c289ae9217 (patch) | |
tree | cd8760ce1bee25b286076a5c19c2ea65fa560b5c /drivers/mmc/host/moxart-mmc.c | |
parent | 455e5cd6f736478d63a076086c732d287623e366 (diff) | |
download | linux-258c749e41c4f4ccf0c8a68b879a00c289ae9217.tar.xz |
mmc: moxart: Remove unneeded version.h inclusion
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>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/moxart-mmc.c')
-rw-r--r-- | drivers/mmc/host/moxart-mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |