summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/clock.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-02-15 16:26:41 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-02-15 16:26:41 +0900
commitd60cf53a30956e47919788b2ef49287786a959c9 (patch)
treecb518d7cc4813f4b54a3fd5fcaad43e6d82be6a3 /arch/arm/mach-mxs/include/mach/clock.h
parent0ce08870b8a4895044b6cf2bbdc774a6faaa3656 (diff)
parent13c12a4e8ecdf3998cd2d89ade69f6f194819c95 (diff)
downloadblackbird-obmc-linux-d60cf53a30956e47919788b2ef49287786a959c9.tar.gz
blackbird-obmc-linux-d60cf53a30956e47919788b2ef49287786a959c9.zip
Merge branch 'sh/st-integration' into sh/urgent
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/clock.h')
-rw-r--r--arch/arm/mach-mxs/include/mach/clock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/include/mach/clock.h b/arch/arm/mach-mxs/include/mach/clock.h
index 041e276d8a32..592c9ab5d760 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. */
OpenPOWER on IntegriCloud