From: David Howells Date: Thu, 22 Mar 2007 08:11:22 +0000 (-0800) Subject: [PATCH] FRV: fix unannotated variable declarations X-Git-Tag: v2.6.21-rc5~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da38d7bac802ed2a09a79aaae9961c806a1847c;p=pandora-kernel.git [PATCH] FRV: fix unannotated variable declarations Fix unannotated variable declarations. Variables that have allocation section annotations (such as __meminitdata) on their definitions must also have them on their declarations as not doing so may affect the addressing mode used by the compiler and may result in a linker error. Signed-off-by: David Howells Acked-by: Yasunori Goto Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed