Re: [PATCH] ARM: S3C2410: Remove section mismatch warning

2011-10-03 Thread Tushar Behera
Hi Russell, On Monday 03 October 2011 03:29 PM, Russell King - ARM Linux wrote: On Mon, Oct 03, 2011 at 03:10:41PM +0530, Tushar Behera wrote: Some of the functions and structures did not have _init or __initdata attributes, even though they were referenced from functions / structures with thos

Re: [PATCH] ARM: S3C2410: Remove section mismatch warning

2011-10-03 Thread Russell King - ARM Linux
On Mon, Oct 03, 2011 at 03:10:41PM +0530, Tushar Behera wrote: > Some of the functions and structures did not have _init or __initdata > attributes, even though they were referenced from functions / structures > with those attribute, resulting in section mismatches. Firstly - it's a good idea to i

[PATCH] ARM: S3C2410: Remove section mismatch warning

2011-10-03 Thread Tushar Behera
Some of the functions and structures did not have _init or __initdata attributes, even though they were referenced from functions / structures with those attribute, resulting in section mismatches. Signed-off-by: Tushar Behera --- The patch is rebased on v3.1-rc8. The patch has only been build