From: Philipp Zabel Date: Fri, 7 Aug 2009 13:51:12 +0000 (+0200) Subject: [ARM] pxa: remove left-over struct clk *other field from struct clk X-Git-Tag: v2.6.32-rc1~49^2~9^2~58 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ee297936a7ed7e8477a200eb9c6de13150adbf0c;p=karo-tx-linux.git [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: Philipp Zabel Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/clock.h b/arch/arm/mach-pxa/clock.h index 5599bceff738..978a3667e90d 100644 --- a/arch/arm/mach-pxa/clock.h +++ b/arch/arm/mach-pxa/clock.h @@ -12,7 +12,6 @@ struct clk { unsigned int cken; unsigned int delay; unsigned int enabled; - struct clk *other; }; #define INIT_CLKREG(_clk,_devname,_conname) \