summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx
diff options
context:
space:
mode:
authorBen Dooks2009-09-28 12:59:49 +0200
committerBen Dooks2009-12-01 02:34:16 +0100
commit2a3a18045b136487b22733d57410e6dccd34ac84 (patch)
tree4152d54029bd5c82e210dacbbba3b7629c14ca3c /arch/arm/plat-s3c24xx
parentARM: H1940: Correct name of the local platform devices for LED and Bluetooth (diff)
downloadkernel-qcow2-linux-2a3a18045b136487b22733d57410e6dccd34ac84.tar.gz
kernel-qcow2-linux-2a3a18045b136487b22733d57410e6dccd34ac84.tar.xz
kernel-qcow2-linux-2a3a18045b136487b22733d57410e6dccd34ac84.zip
ARM: S3C: Add NAND device platform data set call
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r--arch/arm/plat-s3c24xx/common-smdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/common-smdk.c b/arch/arm/plat-s3c24xx/common-smdk.c
index aa119863c5ce..9e0e20ad2e46 100644
--- a/arch/arm/plat-s3c24xx/common-smdk.c
+++ b/arch/arm/plat-s3c24xx/common-smdk.c
@@ -198,7 +198,7 @@ void __init smdk_machine_init(void)
if (machine_is_smdk2443())
smdk_nand_info.twrph0 = 50;
- s3c_device_nand.dev.platform_data = &smdk_nand_info;
+ s3c_nand_set_platdata(&smdk_nand_info);
platform_add_devices(smdk_devs, ARRAY_SIZE(smdk_devs));