]> git.neil.brown.name Git - history.git/commit
[PATCH] __initdata must not be marked const
authorAnton Blanchard <anton@samba.org>
Tue, 5 Aug 2003 03:26:39 +0000 (20:26 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 5 Aug 2003 03:26:39 +0000 (20:26 -0700)
commit8b46897633fc8e08de543b8dd55c0105829adbb1
tree46115b851bbf283dd65b1630a7bc4c54fb177515
parente5643ec879e427ac42079d9cb69c90703633d288
[PATCH] __initdata must not be marked const

Fix up a few places where we marked __initdata as being const.

This causes a section conflict (init section vs .rodata)
scripts/pnmtologo.c