Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[sfrench/cifs-2.6.git] / arch / sh / kernel / cpu / sh3 / setup-sh770x.c
index 9adb853a918457bf351d050c2783bb5a71938f5a..3cf8c8ef7b32967bad0ce3c3df1634b732d5e02b 100644 (file)
@@ -159,7 +159,6 @@ static struct platform_device scif2_device = {
 static struct sh_timer_config tmu0_platform_data = {
        .channel_offset = 0x02,
        .timer_bit = 0,
-       .clk = "peripheral_clk",
        .clockevent_rating = 200,
 };
 
@@ -188,7 +187,6 @@ static struct platform_device tmu0_device = {
 static struct sh_timer_config tmu1_platform_data = {
        .channel_offset = 0xe,
        .timer_bit = 1,
-       .clk = "peripheral_clk",
        .clocksource_rating = 200,
 };
 
@@ -217,7 +215,6 @@ static struct platform_device tmu1_device = {
 static struct sh_timer_config tmu2_platform_data = {
        .channel_offset = 0x1a,
        .timer_bit = 2,
-       .clk = "peripheral_clk",
 };
 
 static struct resource tmu2_resources[] = {