X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2Fmach-mxs%2Finclude%2Fmach%2Fclock.h;h=592c9ab5d7602a790fceffc342eed5d68d88d500;hb=f60c153d503e798b354333772e7c00f1e8733e71;hp=041e276d8a32a13dcd927ffaa8fa94aa9dac0be7;hpb=e98ce0d7cfa6ee0650a63d45558a5121383995d9;p=mv-sheeva.git diff --git a/arch/arm/mach-mxs/include/mach/clock.h b/arch/arm/mach-mxs/include/mach/clock.h index 041e276d8a3..592c9ab5d76 100644 --- a/arch/arm/mach-mxs/include/mach/clock.h +++ b/arch/arm/mach-mxs/include/mach/clock.h @@ -29,8 +29,6 @@ struct clk { int id; /* Source clock this clk depends on */ struct clk *parent; - /* Secondary clock to enable/disable with this clock */ - struct clk *secondary; /* Reference count of clock enable/disable */ __s8 usecount; /* Register bit position for clock's enable/disable control. */