diff options
author | Uwe Kleine-König <[email protected]> | 2012-03-30 22:05:04 +0200 |
---|---|---|
committer | Matthew Garrett <[email protected]> | 2012-05-31 14:23:38 -0400 |
commit | 145047de994098dcc1a342af6444b2a7d64c4075 (patch) | |
tree | 57d5236fea69c58e3bccf989b8e82a25bd127b39 /net/lapb/lapb_out.c | |
parent | 7f8392280c33db6f568f8d4d08aac56cdb21c4a4 (diff) |
drivers/x86: mark const init data with __initconst instead of __initdata
As long as there is no other non-const variable marked __initdata in the
same compilation unit it doesn't hurt. If there were one however
compilation would fail with
error: $variablename causes a section type conflict
because a section containing const variables is marked read only and so
cannot contain non-const variables.
Signed-off-by: Uwe Kleine-König <[email protected]>
Cc: Matthew Garrett <[email protected]>
Cc: Henrique de Moraes Holschuh <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Matthew Garrett <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions