提交 ee297936 编写于 作者: P Philipp Zabel 提交者: Eric Miao

[ARM] pxa: remove left-over struct clk *other field from struct clk

Its removal was omitted when all its uses were removed in 8c3abc7d...
"[ARM] pxa: convert to clkdev and match clocks by struct device where possible"
Signed-off-by: NPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
上级 74fca6a4
...@@ -12,7 +12,6 @@ struct clk { ...@@ -12,7 +12,6 @@ struct clk {
unsigned int cken; unsigned int cken;
unsigned int delay; unsigned int delay;
unsigned int enabled; unsigned int enabled;
struct clk *other;
}; };
#define INIT_CLKREG(_clk,_devname,_conname) \ #define INIT_CLKREG(_clk,_devname,_conname) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册