aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-08 02:11:51 -0400
committerChristian Daudt <csd@broadcom.com>2013-08-27 13:17:24 -0400
commitb97d6d086830d0672d94c0ccb8b69954507c2b4a (patch)
tree235ce8306b73352d99598bce535afc1ae61069d2
parentc095ba7224d8edc71dcef0d655911399a8bd4a3f (diff)
mmc: sdhci-bcm-kona: Remove unneeded version.h inclusion
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Christian Daudt <csd@broadcom.com>
-rw-r--r--drivers/mmc/host/sdhci-bcm-kona.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-bcm-kona.c b/drivers/mmc/host/sdhci-bcm-kona.c
index 87175f9817c2..bca6d5597bea 100644
--- a/drivers/mmc/host/sdhci-bcm-kona.c
+++ b/drivers/mmc/host/sdhci-bcm-kona.c
@@ -24,7 +24,6 @@
24#include <linux/of.h> 24#include <linux/of.h>
25#include <linux/of_device.h> 25#include <linux/of_device.h>
26#include <linux/of_gpio.h> 26#include <linux/of_gpio.h>
27#include <linux/version.h>
28#include <linux/mmc/slot-gpio.h> 27#include <linux/mmc/slot-gpio.h>
29 28
30#include "sdhci-pltfm.h" 29#include "sdhci-pltfm.h"