[Armadeus-commitlog] SF.net SVN: armadeus: [696] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
Revision: 696
http://armadeus.svn.sourceforge.net/armadeus/?rev=696&view=rev
Author: artemys
Date: 2007-11-17 14:01:36 -0800 (Sat, 17 Nov 2007)
Log Message:
-----------
[LINUX] Remove "Section mismatch: reference to .init.text:set_imx_fb_info" warning during compilation
Added Paths:
-----------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/078-linux-2.6.23-set_imx_fb_info-sectio-mismatch.diff
Added: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/078-linux-2.6.23-set_imx_fb_info-sectio-mismatch.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/078-linux-2.6.23-set_imx_fb_info-sectio-mismatch.diff (rev 0)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/078-linux-2.6.23-set_imx_fb_info-sectio-mismatch.diff 2007-11-17 22:01:36 UTC (rev 696)
@@ -0,0 +1,11 @@
+--- linux-2.6.23.1.org/arch/arm/mach-imx/generic.c 2007-11-17 22:32:24.000000000 +0100
++++ linux-2.6.23.1/arch/arm/mach-imx/generic.c 2007-11-17 22:34:06.000000000 +0100
+@@ -335,7 +335,7 @@
+
+ static struct imxfb_mach_info imx_fb_info;
+
+-void __init set_imx_fb_info(struct imxfb_mach_info *hard_imx_fb_info)
++void set_imx_fb_info(struct imxfb_mach_info *hard_imx_fb_info)
+ {
+ memcpy(&imx_fb_info,hard_imx_fb_info,sizeof(struct imxfb_mach_info));
+ }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|