![]() | |||||||||||
Messages in this thread |
On Sun, 2 Jul 2006 11:11:46 +0100 Russell King wrote: > On Fri, Jun 30, 2006 at 12:38:13AM -0700, Randy.Dunlap wrote: > > Until modpost (or whatever) can do this, here are a few that > > a shell script has found for me by examing source code only -- > > may contain some false reports: > > ... > > ./arch/arm/mach-imx/generic.c:196:EXPORT_SYMBOL(imx_set_mmc_info); > > ./arch/arm/mach-imx/generic.c:192:void __init imx_set_mmc_info(struct imxmmc_platform_data *info) > > > > ./arch/arm/mach-imx/generic.c:204:EXPORT_SYMBOL(set_imx_fb_info); > > ./arch/arm/mach-imx/generic.c:200:void __init set_imx_fb_info(struct imxfb_mach_info *hard_imx_fb_info) > > > These are definitely buggy. Um, well, I could blindly remove those __init sections, but in looking at the code, set_imx_fb_info() is not ever used, and imx_set_mmc_info() is called from some __init code... It looks like this code can only be built-in, not as a loadable module. (so someone who knows it should jump in here) If that's correct, then the EXPORT_SYMBOL() isn't even needed and the function can remain as __init (right?). --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2006-07-03 07:50 [from the cache] ©2003-2008 | |||||||||||