diff options
Diffstat (limited to 'kernel/include/linux/atmel_tc.h')
-rw-r--r-- | kernel/include/linux/atmel_tc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/atmel_tc.h b/kernel/include/linux/atmel_tc.h index b87c1c7c2..468fdfa64 100644 --- a/kernel/include/linux/atmel_tc.h +++ b/kernel/include/linux/atmel_tc.h @@ -67,6 +67,7 @@ struct atmel_tc { const struct atmel_tcb_config *tcb_config; int irq[3]; struct clk *clk[3]; + struct clk *slow_clk; struct list_head node; bool allocated; }; |