Re: [PATCH] i810fb: Fix i810_check_params section mismatch

2007-02-16 Thread James Simmons
Andrew please apply. Acked-By: James Simmons <[EMAIL PROTECTED]> On Fri, 16 Feb 2007, Jean Delvare wrote: > WARNING: drivers/video/i810/i810fb.o - Section mismatch: reference > to .init.data: from .text between 'i810_check_params' (at offset > 0x1123) and 'encode_fix' > > yres cannot be

[PATCH] i810fb: Fix i810_check_params section mismatch

2007-02-16 Thread Jean Delvare
WARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between 'i810_check_params' (at offset 0x1123) and 'encode_fix' yres cannot be declared __devinitdata as it is used in i810_check_params(), which isn't __devinit. Signed-off-by: Jean Delvare <[EMAIL

[PATCH] i810fb: Fix i810_check_params section mismatch

2007-02-16 Thread Jean Delvare
WARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between 'i810_check_params' (at offset 0x1123) and 'encode_fix' yres cannot be declared __devinitdata as it is used in i810_check_params(), which isn't __devinit. Signed-off-by: Jean Delvare [EMAIL

Re: [PATCH] i810fb: Fix i810_check_params section mismatch

2007-02-16 Thread James Simmons
Andrew please apply. Acked-By: James Simmons [EMAIL PROTECTED] On Fri, 16 Feb 2007, Jean Delvare wrote: WARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between 'i810_check_params' (at offset 0x1123) and 'encode_fix' yres cannot be declared