Skip to content

Commit

Permalink
arm/imx: remove #ifndef CONFIG_COMMON_CLKDEV block
Browse files Browse the repository at this point in the history
COMMON_CLKDEV is used on all imx platforms, so this isn't used.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  • Loading branch information
Uwe Kleine-König committed Feb 24, 2010
1 parent 44fb5d1 commit a8e3326
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm/plat-mxc/include/mach/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
struct module;

struct clk {
#ifndef CONFIG_COMMON_CLKDEV
/* As soon as i.MX1 and i.MX31 switched to clkdev, this
* block can go away */
struct list_head node;
struct module *owner;
const char *name;
#endif
int id;
/* Source clock this clk depends on */
struct clk *parent;
Expand Down

0 comments on commit a8e3326

Please sign in to comment.