* Ingo Molnar <mingo@elte.hu> wrote:found another build failure - the better fix is the one below. Ingo -------------------------> Subject: markers: fix2 From: Ingo Molnar <mingo@elte.hu> Date: Sat Apr 26 11:19:00 CEST 2008 Signed-off-by: Ingo Molnar <mingo@elte.hu> --- include/linux/module.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Index: linux/include/linux/module.h =================================================================== --- linux.orig/include/linux/module.h +++ linux/include/linux/module.h @@ -472,9 +472,6 @@ extern void print_modules(void); extern void module_update_markers(void); -extern void _module_imv_update(void); -extern void module_imv_update(void); - #else /* !CONFIG_MODULES... */ #define EXPORT_SYMBOL(sym) #define EXPORT_SYMBOL_GPL(sym) @@ -579,15 +576,19 @@ static inline void module_update_markers { } +#endif /* CONFIG_MODULES */ + +#if defined(MODULES) && defined(CONFIG_IMMEDIATE) +extern void _module_imv_update(void); +extern void module_imv_update(void); +#else static inline void _module_imv_update(void) { } - static inline void module_imv_update(void) { } - -#endif /* CONFIG_MODULES */ +#endif struct device_driver; #ifdef CONFIG_SYSFS --
| Ryan Hope | reiser4 for 2.6.27-rc1 |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| majkls | sys_chroot+sys_fchdir Fix |
| Pierre Ossman | Re: [RFC][PATCH] cpuidle: avoid singing capacitors |
git: | |
| Randal L. Schwartz | [BUG] daemon.c blows up on OSX (was Re: What's in git.git (stable), and Announcing... |
| Shawn O. Pearce | Re: Smart fetch via HTTP? |
| Jakub Narebski | Re: VCS comparison table |
| Johannes Schindelin | Re: rc4 - make quick-install-doc is broken |
| Henning Brauer | Re: httpdv6 |
| Edd Barrett | Re: Cold Boot Attacks on Encryption Keys |
| stuartv | Re: Microsoft gets the Most Secure Operating Systems award |
| Sunnz | How do I configure sendmail? |
| Stephen Pierce | SLS |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Dave `geek' Gymer | WARNING (was Re: New afio release) |
| Anthony Peacock | Re: ACK! Something's wrong with X! :( |
