diff options
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/clock.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-omap/include/plat/clock.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index e3b58afa5dcf..f244b172f9e1 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c | |||
@@ -408,8 +408,6 @@ static int clk_debugfs_register_one(struct clk *c) | |||
408 | char *p = s; | 408 | char *p = s; |
409 | 409 | ||
410 | p += sprintf(p, "%s", c->name); | 410 | p += sprintf(p, "%s", c->name); |
411 | if (c->id != 0) | ||
412 | sprintf(p, ":%d", c->id); | ||
413 | d = debugfs_create_dir(s, pa ? pa->dent : clk_debugfs_root); | 411 | d = debugfs_create_dir(s, pa ? pa->dent : clk_debugfs_root); |
414 | if (!d) | 412 | if (!d) |
415 | return -ENOMEM; | 413 | return -ENOMEM; |
diff --git a/arch/arm/plat-omap/include/plat/clock.h b/arch/arm/plat-omap/include/plat/clock.h index 474c21e40eab..bbaba1b64a8a 100644 --- a/arch/arm/plat-omap/include/plat/clock.h +++ b/arch/arm/plat-omap/include/plat/clock.h | |||
@@ -120,7 +120,6 @@ struct clk { | |||
120 | struct list_head node; | 120 | struct list_head node; |
121 | const struct clkops *ops; | 121 | const struct clkops *ops; |
122 | const char *name; | 122 | const char *name; |
123 | int id; | ||
124 | struct clk *parent; | 123 | struct clk *parent; |
125 | struct list_head children; | 124 | struct list_head children; |
126 | struct list_head sibling; /* node for children */ | 125 | struct list_head sibling; /* node for children */ |