aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/clock.h b/include/asm-sh/clock.h
index 608fda55c0ea..252f15540ddb 100644
--- a/include/asm-sh/clock.h
+++ b/include/asm-sh/clock.h
@@ -30,6 +30,7 @@ struct clk {
30 30
31 unsigned long rate; 31 unsigned long rate;
32 unsigned long flags; 32 unsigned long flags;
33 unsigned long arch_flags;
33}; 34};
34 35
35#define CLK_ALWAYS_ENABLED (1 << 0) 36#define CLK_ALWAYS_ENABLED (1 << 0)