diff options
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/board-da850-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index a70de24d1cbc..09f61073c8d9 100644 --- a/arch/arm/mach-davinci/board-da850-evm.c +++ b/arch/arm/mach-davinci/board-da850-evm.c | |||
@@ -284,7 +284,7 @@ static struct platform_device da850_evm_nandflash_device = { | |||
284 | .resource = da850_evm_nandflash_resource, | 284 | .resource = da850_evm_nandflash_resource, |
285 | }; | 285 | }; |
286 | 286 | ||
287 | static struct platform_device *da850_evm_devices[] __initdata = { | 287 | static struct platform_device *da850_evm_devices[] = { |
288 | &da850_evm_nandflash_device, | 288 | &da850_evm_nandflash_device, |
289 | &da850_evm_norflash_device, | 289 | &da850_evm_norflash_device, |
290 | }; | 290 | }; |