summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ns9xxx/clock.h')
-rw-r--r--arch/arm/mach-ns9xxx/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ns9xxx/clock.h b/arch/arm/mach-ns9xxx/clock.h
index b86c30dd79eb..9097fe971dfc 100644
--- a/arch/arm/mach-ns9xxx/clock.h
+++ b/arch/arm/mach-ns9xxx/clock.h
@@ -27,6 +27,9 @@ struct clk {
struct list_head node;
unsigned long refcount;
unsigned long usage;
+
+#define CLK_FLAG_CHANGESTATE 0
+ unsigned long flags;
};
int clk_register(struct clk *clk);