diff options
-rw-r--r-- | arch/arm/mach-shmobile/board-lager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-lager.c b/arch/arm/mach-shmobile/board-lager.c index caec99e332ef..9fbbf23244a8 100644 --- a/arch/arm/mach-shmobile/board-lager.c +++ b/arch/arm/mach-shmobile/board-lager.c | |||
@@ -87,8 +87,8 @@ static void __init lager_add_du_device(void) | |||
87 | .id = -1, | 87 | .id = -1, |
88 | .res = du_resources, | 88 | .res = du_resources, |
89 | .num_res = ARRAY_SIZE(du_resources), | 89 | .num_res = ARRAY_SIZE(du_resources), |
90 | .data = &du_resources, | 90 | .data = &lager_du_pdata, |
91 | .size_data = sizeof(du_resources), | 91 | .size_data = sizeof(lager_du_pdata), |
92 | .dma_mask = DMA_BIT_MASK(32), | 92 | .dma_mask = DMA_BIT_MASK(32), |
93 | }; | 93 | }; |
94 | 94 | ||