diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-19 10:36:09 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-19 10:36:09 +0100 |
commit | 668dfc7527eb755e1bf194bf19c0c281e9df6deb (patch) | |
tree | 2d9ba8e3ebbb7579f1af0493a9783f640ca86546 /arch/arm/mach-s3c2410/mach-n30.c | |
parent | ARM: Merge next-jassi-spi (diff) | |
parent | ARM: S3C24XX: Add mci platform data set call s3c24xx_mci_set_platdata(). (diff) | |
download | linux-668dfc7527eb755e1bf194bf19c0c281e9df6deb.tar.xz linux-668dfc7527eb755e1bf194bf19c0c281e9df6deb.zip |
ARM: Merge next-samsung-devupdates1
Merge branch 'next-samsung-devupdates1' into next-samsung-try7
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-n30.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-n30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index 0405712c2263..684710f88142 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c @@ -322,7 +322,7 @@ static struct platform_device *n30_devices[] __initdata = { &s3c_device_wdt, &s3c_device_i2c0, &s3c_device_iis, - &s3c_device_usb, + &s3c_device_ohci, &s3c_device_usbgadget, &n30_button_device, &n30_blue_led, |