commit | 25454261b53532a952600bffc4ea6e7fb76e2c1c | [log] [tgz] |
---|---|---|
author | David Brown <davidb@codeaurora.org> | Thu Mar 29 15:28:43 2012 -0700 |
committer | David Brown <davidb@codeaurora.org> | Mon Apr 09 09:53:43 2012 -0700 |
tree | 734b756e64136cc8ab3ac0968cc597f813f4755d | |
parent | 3cd338619a4a9d78a7ba082b70467d0d35347cee [diff] |
ARM: msm: Fix const/__initdata conflict Fix __initdata marking of const data. Data that is marked as const should use __initconst. If it's the only data in a given file, it doesn't hurt anything, but will give a compile error of there is both mutable and const things marked as __initdata. Change-Id: I3b927de395ee3186ab837b892447f25e87b8835c Signed-off-by: David Brown <davidb@codeaurora.org>