diff options
Diffstat (limited to 'arch/sh/boards/mach-kfr2r09/setup.c')
-rw-r--r-- | arch/sh/boards/mach-kfr2r09/setup.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index 95850aa1ee3c..68994a163f6c 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #include <linux/mfd/sh_mobile_sdhi.h> | 13 | #include <linux/mfd/sh_mobile_sdhi.h> |
14 | #include <linux/mfd/tmio.h> | ||
14 | #include <linux/mtd/physmap.h> | 15 | #include <linux/mtd/physmap.h> |
15 | #include <linux/mtd/onenand.h> | 16 | #include <linux/mtd/onenand.h> |
16 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |
@@ -358,8 +359,9 @@ static struct resource kfr2r09_sh_sdhi0_resources[] = { | |||
358 | }; | 359 | }; |
359 | 360 | ||
360 | static struct sh_mobile_sdhi_info sh7724_sdhi0_data = { | 361 | static struct sh_mobile_sdhi_info sh7724_sdhi0_data = { |
361 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, | 362 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, |
362 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, | 363 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, |
364 | .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE, | ||
363 | }; | 365 | }; |
364 | 366 | ||
365 | static struct platform_device kfr2r09_sh_sdhi0_device = { | 367 | static struct platform_device kfr2r09_sh_sdhi0_device = { |