diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/clock.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |