diff options
| author | Olof Johansson <olof@lixom.net> | 2012-10-01 17:07:32 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2012-10-01 17:07:32 -0400 |
| commit | 17a505edb09495510ac8998450980472c412455b (patch) | |
| tree | 07f3a9e512f67cffae1dde071c8247821dd17e60 /include | |
| parent | d9a807461fc8cc0d6ba589ea0730d139122af012 (diff) | |
| parent | b10dcdcac43b2b5adf800a19f782fef38ada75a1 (diff) | |
Merge branch 'next/fixes-non-critical' into HEAD
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/atmel_tc.h | 2 | ||||
| -rw-r--r-- | include/linux/mod_devicetable.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/atmel_tc.h b/include/linux/atmel_tc.h index 1d14b1dc1aee..89a931babecf 100644 --- a/include/linux/atmel_tc.h +++ b/include/linux/atmel_tc.h | |||
| @@ -63,7 +63,7 @@ struct atmel_tc { | |||
| 63 | struct platform_device *pdev; | 63 | struct platform_device *pdev; |
| 64 | struct resource *iomem; | 64 | struct resource *iomem; |
| 65 | void __iomem *regs; | 65 | void __iomem *regs; |
| 66 | struct atmel_tcb_config *tcb_config; | 66 | const struct atmel_tcb_config *tcb_config; |
| 67 | int irq[3]; | 67 | int irq[3]; |
| 68 | struct clk *clk[3]; | 68 | struct clk *clk[3]; |
| 69 | struct list_head node; | 69 | struct list_head node; |
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 70c6a359b2f4..fed3def62818 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
| @@ -232,7 +232,7 @@ struct of_device_id | |||
| 232 | char type[32]; | 232 | char type[32]; |
| 233 | char compatible[128]; | 233 | char compatible[128]; |
| 234 | #ifdef __KERNEL__ | 234 | #ifdef __KERNEL__ |
| 235 | void *data; | 235 | const void *data; |
| 236 | #else | 236 | #else |
| 237 | kernel_ulong_t data; | 237 | kernel_ulong_t data; |
| 238 | #endif | 238 | #endif |
