From 0f6db1c776ed690efde85abf9a42bf15f7b8e8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Mon, 21 May 2012 21:57:39 +0200 Subject: [PATCH] --- yaml --- r: 326337 b: refs/heads/master c: c1411bfae63286fbe6e63a1ec558eb4eb812859c h: refs/heads/master i: 326335: e9de2701e6e55295a6a999e0c1f3b275bfd02ab2 v: v3 --- [refs] | 2 +- trunk/include/linux/atmel_tc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6a0134a278e6..671f804d75f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e5b5d0209f0d01cdb11ab7f7af4ab9f48d0b3031 +refs/heads/master: c1411bfae63286fbe6e63a1ec558eb4eb812859c diff --git a/trunk/include/linux/atmel_tc.h b/trunk/include/linux/atmel_tc.h index 1d14b1dc1aee..89a931babecf 100644 --- a/trunk/include/linux/atmel_tc.h +++ b/trunk/include/linux/atmel_tc.h @@ -63,7 +63,7 @@ struct atmel_tc { struct platform_device *pdev; struct resource *iomem; void __iomem *regs; - struct atmel_tcb_config *tcb_config; + const struct atmel_tcb_config *tcb_config; int irq[3]; struct clk *clk[3]; struct list_head node;