Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6-block.git] / arch / arm / mach-s3c64xx / mach-smdk6410.c
index 315a8b4834affcb46cb4ba2d7b35f862315977a6..d44319b09412cf572697f2f271543ce6260f6124 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/regulator/fixed.h>
 #include <linux/regulator/machine.h>
 #include <linux/pwm_backlight.h>
+#include <linux/platform_data/s3c-hsotg.h>
 
 #ifdef CONFIG_SMDK6410_WM1190_EV1
 #include <linux/mfd/wm8350/core.h>
@@ -72,7 +73,6 @@
 #include <plat/keypad.h>
 #include <plat/backlight.h>
 #include <plat/regs-fb-v4.h>
-#include <plat/udc-hs.h>
 
 #include "common.h"
 
@@ -182,16 +182,9 @@ static struct s3c_fb_platdata smdk6410_lcd_pdata __initdata = {
  */
 
 static struct resource smdk6410_smsc911x_resources[] = {
-       [0] = {
-               .start = S3C64XX_PA_XM0CSN1,
-               .end   = S3C64XX_PA_XM0CSN1 + SZ_64K - 1,
-               .flags = IORESOURCE_MEM,
-       },
-       [1] = {
-               .start = S3C_EINT(10),
-               .end   = S3C_EINT(10),
-               .flags = IORESOURCE_IRQ | IRQ_TYPE_LEVEL_LOW,
-       },
+       [0] = DEFINE_RES_MEM(S3C64XX_PA_XM0CSN1, SZ_64K),
+       [1] = DEFINE_RES_NAMED(S3C_EINT(10), 1, NULL, IORESOURCE_IRQ \
+                                       | IRQ_TYPE_LEVEL_LOW),
 };
 
 static struct smsc911x_platform_config smdk6410_smsc911x_pdata = {