mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
kernel: Add grsecurity compile fix
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
11
src/patches/kernel-grsec-compile-fixes.patch
Normal file
11
src/patches/kernel-grsec-compile-fixes.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/arch/arm/mach-omap2/cclock3xxx_data.c~ 2015-12-12 11:00:10.474423373 +0000
|
||||
+++ b/arch/arm/mach-omap2/cclock3xxx_data.c 2015-12-12 11:30:31.198452547 +0000
|
||||
@@ -250,7 +250,7 @@
|
||||
|
||||
static struct clk dpll1_ck;
|
||||
|
||||
-static struct clk_ops dpll1_ck_ops;
|
||||
+static clk_ops_no_const dpll1_ck_ops;
|
||||
|
||||
static struct clk_ops dpll1_ck_ops_34xx __initdata = {
|
||||
.init = &omap2_init_clk_clkdm,
|
||||
Reference in New Issue
Block a user