From: Uwe Kleine-König Date: Fri, 30 Mar 2012 19:05:03 +0000 (-0300) Subject: [media] s5p-tv: mark const init data with __initconst instead of __initdata X-Git-Tag: v3.5-rc1~104^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d1ae81dc9abfa7e6a2128989cca35a9bdea57b;p=pandora-kernel.git [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 Cc: Kyungmin Park Cc: Tomasz Stanislawski Cc: Mauro Carvalho Chehab Cc: linux-arm-kernel@lists.infradead.org Cc: linux-media@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed