diff options
author | Ivan Kokshaysky <ink@jurassic.park.msu.ru> | 2008-07-19 15:57:03 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-07-19 15:57:03 +0300 |
commit | 63278e95f80eef7d2d9868571949c459f9b02a09 (patch) | |
tree | c8446ee4aef4b91a19b235e8d3c421c479fcc629 /scripts/patch-kernel | |
parent | 23a22510e95a7dafa38bbdd076daa0bb28b18ff8 (diff) |
moduleparam: fix alpha, ia64 and ppc64 compile failures
On alpha, ia64 and ppc64 only relocations to local data can go into
read-only sections. The vast majority of module parameters use the global
generic param_set_*/param_get_* functions, so the 'const' attribute for
struct kernel_param is not only useless, but it also causes compile
failures due to 'section type conflict' in those rare cases where
param_set/get are local functions.
This fixes http://bugzilla.kernel.org/show_bug.cgi?id=8964
Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions