diff options
author | Uwe Kleine-König <[email protected]> | 2012-03-30 16:05:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2012-04-10 21:38:16 -0300 |
commit | f9d1ae81dc9abfa7e6a2128989cca35a9bdea57b (patch) | |
tree | 69e8bec89f709e317422a722b4f9d0b9911cd121 /kernel/workqueue_sched.h | |
parent | e879b7f34e18cd886754069e988587a5618c73f0 (diff) |
[media] s5p-tv: 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: Kyungmin Park <[email protected]>
Cc: Tomasz Stanislawski <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'kernel/workqueue_sched.h')
0 files changed, 0 insertions, 0 deletions