diff options
| author | Simon Glass <[email protected]> | 2014-10-07 22:01:50 -0600 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2014-10-08 17:25:47 +0900 |
| commit | 311757be275c1d592ff357e9faedca4c967a3064 (patch) | |
| tree | 45366e5bf7c5dc072d2b0c3e071229b1b3186ac2 /drivers | |
| parent | 1d5511000367e94d5edce7d9c3720bd9097912a7 (diff) | |
samsung: Enable device tree for s5p_goni
Change this board to add a device tree.
This also adds a pinmux header file although it is not used as yet.
Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/s5p_sdhci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c index 2ff0ec2a422..637dd972a5b 100644 --- a/drivers/mmc/s5p_sdhci.c +++ b/drivers/mmc/s5p_sdhci.c @@ -14,9 +14,7 @@ #include <asm/arch/mmc.h> #include <asm/arch/clk.h> #include <errno.h> -#ifdef CONFIG_OF_CONTROL #include <asm/arch/pinmux.h> -#endif static char *S5P_NAME = "SAMSUNG SDHCI"; static void s5p_sdhci_set_control_reg(struct sdhci_host *host) |
