]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/arm-multi-grsec-compile-fixes.patch
lcdproc: Update to 0.5.7
[ipfire-2.x.git] / src / patches / arm-multi-grsec-compile-fixes.patch
1 --- a/arch/arm/mach-omap2/cclock3xxx_data.c~ 2015-12-12 11:00:10.474423373 +0000
2 +++ b/arch/arm/mach-omap2/cclock3xxx_data.c 2015-12-12 11:30:31.198452547 +0000
3 @@ -250,7 +250,7 @@
4
5 static struct clk dpll1_ck;
6
7 -static struct clk_ops dpll1_ck_ops;
8 +static clk_ops_no_const dpll1_ck_ops;
9
10 static struct clk_ops dpll1_ck_ops_34xx __initdata = {
11 .init = &omap2_init_clk_clkdm,
12 diff -Naur linux-3.14.63-org/net/ipv6/addrconf.c linux-3.14.63/net/ipv6/addrconf.c
13 --- linux-3.14.63-org/net/ipv6/addrconf.c 2016-03-04 22:56:07.375481749 +0100
14 +++ linux-3.14.63/net/ipv6/addrconf.c 2016-03-04 23:08:34.285482105 +0100
15 @@ -4818,7 +4818,7 @@
16 {
17 struct inet6_dev *idev = ctl->extra1;
18 int min_mtu = IPV6_MIN_MTU;
19 - struct ctl_table lctl;
20 + ctl_table_no_const lctl;
21
22 lctl = *ctl;
23 lctl.extra1 = &min_mtu;