diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-08 10:11:51 +0400 |
---|---|---|
committer | Christian Daudt <csd@broadcom.com> | 2013-08-27 21:17:24 +0400 |
commit | b97d6d086830d0672d94c0ccb8b69954507c2b4a (patch) | |
tree | 235ce8306b73352d99598bce535afc1ae61069d2 /drivers/mmc | |
parent | c095ba7224d8edc71dcef0d655911399a8bd4a3f (diff) | |
download | linux-b97d6d086830d0672d94c0ccb8b69954507c2b4a.tar.xz |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-bcm-kona.c | 1 |
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 @@ #include <linux/of.h> #include <linux/of_device.h> #include <linux/of_gpio.h> -#include <linux/version.h> #include <linux/mmc/slot-gpio.h> #include "sdhci-pltfm.h" |