Skip to content

Commit

Permalink
[ARM] pxa: remove left-over struct clk *other field from struct clk
Browse files Browse the repository at this point in the history
Its removal was omitted when all its uses were removed in 8c3abc7...
"[ARM] pxa: convert to clkdev and match clocks by struct device where possible"

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Sep 10, 2009
1 parent 74fca6a commit ee29793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-pxa/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ struct clk {
unsigned int cken;
unsigned int delay;
unsigned int enabled;
struct clk *other;
};

#define INIT_CLKREG(_clk,_devname,_conname) \
Expand Down

0 comments on commit ee29793

Please sign in to comment.