summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat2014-05-22 06:06:45 +0200
committerUlf Hansson2014-07-09 11:26:06 +0200
commit258c749e41c4f4ccf0c8a68b879a00c289ae9217 (patch)
treecd8760ce1bee25b286076a5c19c2ea65fa560b5c
parentmmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x (diff)
downloadkernel-qcow2-linux-258c749e41c4f4ccf0c8a68b879a00c289ae9217.tar.gz
kernel-qcow2-linux-258c749e41c4f4ccf0c8a68b879a00c289ae9217.tar.xz
kernel-qcow2-linux-258c749e41c4f4ccf0c8a68b879a00c289ae9217.zip
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>
-rw-r--r--drivers/mmc/host/moxart-mmc.c1
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>