From 5d80d57d19381b6b531c423b50cfc67445a12fb0 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Tue, 13 Apr 2010 16:51:28 -0700 Subject: [PATCH] make ar5416Addac_9160 and ar5416Addac_9160 const These were not const, I guess we skipped them. Will send a respective upstream patch. Signed-off-by: Luis R. Rodriguez --- initvals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initvals.h b/initvals.h index 455e9d3..3f39511 100644 --- a/initvals.h +++ b/initvals.h @@ -1919,7 +1919,7 @@ static const u32 ar5416Bank7_9160[][2] = { { 0x000098cc, 0x0000000e }, }; -static u32 ar5416Addac_9160[][2] = { +static const u32 ar5416Addac_9160[][2] = { {0x0000989c, 0x00000000 }, {0x0000989c, 0x00000000 }, {0x0000989c, 0x00000000 }, @@ -1954,7 +1954,7 @@ static u32 ar5416Addac_9160[][2] = { {0x000098cc, 0x00000000 }, }; -static u32 ar5416Addac_91601_1[][2] = { +static const u32 ar5416Addac_91601_1[][2] = { {0x0000989c, 0x00000000 }, {0x0000989c, 0x00000000 }, {0x0000989c, 0x00000000 },