aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/atmel_tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/atmel_tc.h')
-rw-r--r--include/linux/atmel_tc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/atmel_tc.h b/include/linux/atmel_tc.h
index b87c1c7c242a..468fdfa643f0 100644
--- a/include/linux/atmel_tc.h
+++ b/include/linux/atmel_tc.h
@@ -67,6 +67,7 @@ struct atmel_tc {
67 const struct atmel_tcb_config *tcb_config; 67 const struct atmel_tcb_config *tcb_config;
68 int irq[3]; 68 int irq[3];
69 struct clk *clk[3]; 69 struct clk *clk[3];
70 struct clk *slow_clk;
70 struct list_head node; 71 struct list_head node;
71 bool allocated; 72 bool allocated;
72}; 73};