diff options
| author | Ben Dooks <[email protected]> | 2010-05-20 19:51:40 +0900 | 
|---|---|---|
| committer | Ben Dooks <[email protected]> | 2010-05-20 19:51:40 +0900 | 
| commit | 6aeaad51aaecc9ebc8c1e8f132655e2ae8141f8c (patch) | |
| tree | 6bdfd633a261a0b434ad7060a3c2d1ee1d9b377d /arch/arm/plat-s3c24xx/devs.c | |
| parent | a2f7bffa29f18266bc7b55a2b47a5fa1274ed53f (diff) | |
| parent | 5b7d7b22dc8469fbe1ca10b2adeabb70639bde01 (diff) | |
ARM: Merge for-2635-4/watchdog
Merge branch 'for-2635-4/watchdog' into for-2635-4/partial2
Conflicts:
	arch/arm/mach-s3c64xx/mach-smdk6410.c
	arch/arm/mach-s5p6440/Kconfig
	arch/arm/mach-s5p6440/include/mach/map.h
	arch/arm/mach-s5p6440/mach-smdk6440.c
	arch/arm/mach-s5pv210/Kconfig
	arch/arm/mach-s5pv210/include/mach/map.h
	arch/arm/mach-s5pv210/mach-smdkv210.c
Diffstat (limited to 'arch/arm/plat-s3c24xx/devs.c')
| -rw-r--r-- | arch/arm/plat-s3c24xx/devs.c | 26 | 
1 files changed, 0 insertions, 26 deletions
| diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c index 58583732b29a..452e18438b41 100644 --- a/arch/arm/plat-s3c24xx/devs.c +++ b/arch/arm/plat-s3c24xx/devs.c @@ -234,32 +234,6 @@ void __init s3c24xx_udc_set_platdata(struct s3c2410_udc_mach_info *pd)  	}  } - -/* Watchdog */ - -static struct resource s3c_wdt_resource[] = { -	[0] = { -		.start = S3C24XX_PA_WATCHDOG, -		.end   = S3C24XX_PA_WATCHDOG + S3C24XX_SZ_WATCHDOG - 1, -		.flags = IORESOURCE_MEM, -	}, -	[1] = { -		.start = IRQ_WDT, -		.end   = IRQ_WDT, -		.flags = IORESOURCE_IRQ, -	} - -}; - -struct platform_device s3c_device_wdt = { -	.name		  = "s3c2410-wdt", -	.id		  = -1, -	.num_resources	  = ARRAY_SIZE(s3c_wdt_resource), -	.resource	  = s3c_wdt_resource, -}; - -EXPORT_SYMBOL(s3c_device_wdt); -  /* IIS */  static struct resource s3c_iis_resource[] = { |