diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2/setup-sh7619.c')
| -rw-r--r-- | arch/sh/kernel/cpu/sh2/setup-sh7619.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index 114c7cee7184..c3638516bffc 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c @@ -128,17 +128,14 @@ static struct platform_device eth_device = {  };  static struct sh_timer_config cmt0_platform_data = { -	.name = "CMT0",  	.channel_offset = 0x02,  	.timer_bit = 0, -	.clk = "peripheral_clk",  	.clockevent_rating = 125,  	.clocksource_rating = 0, /* disabled due to code generation issues */  };  static struct resource cmt0_resources[] = {  	[0] = { -		.name	= "CMT0",  		.start	= 0xf84a0072,  		.end	= 0xf84a0077,  		.flags	= IORESOURCE_MEM, @@ -160,17 +157,14 @@ static struct platform_device cmt0_device = {  };  static struct sh_timer_config cmt1_platform_data = { -	.name = "CMT1",  	.channel_offset = 0x08,  	.timer_bit = 1, -	.clk = "peripheral_clk",  	.clockevent_rating = 125,  	.clocksource_rating = 0, /* disabled due to code generation issues */  };  static struct resource cmt1_resources[] = {  	[0] = { -		.name	= "CMT1",  		.start	= 0xf84a0078,  		.end	= 0xf84a007d,  		.flags	= IORESOURCE_MEM,  | 
