summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pnx4008/clock.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2009-11-20 10:32:41 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-02-12 17:32:36 +0000
commit6985a5ad0d719d8c8d584a69f6e5d7138a2e19ab (patch)
tree23209cc6187f1b1633fd98cf1aef598f8fa3c2f2 /arch/arm/mach-pnx4008/clock.h
parent0a0300dc8c4b3f3ce5c9ef5a0a4be5442590398f (diff)
downloadlinux-6985a5ad0d719d8c8d584a69f6e5d7138a2e19ab.tar.bz2
ARM: PNX4008: convert to clkdev
Acked-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pnx4008/clock.h')
-rw-r--r--arch/arm/mach-pnx4008/clock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pnx4008/clock.h b/arch/arm/mach-pnx4008/clock.h
index cd58f372cfd0..933e18133b96 100644
--- a/arch/arm/mach-pnx4008/clock.h
+++ b/arch/arm/mach-pnx4008/clock.h
@@ -14,8 +14,6 @@
#define __ARCH_ARM_PNX4008_CLOCK_H__
struct clk {
- struct list_head node;
- struct module *owner;
const char *name;
struct clk *parent;
struct clk *propagate_next;