Re: [patch 13/37] Immediate Values - Architecture Independent Code

From: Ingo Molnar
Date: Fri Apr 25 2008 - 10:57:10 EST



randconfig testing in sched-devel caught a build bug - fixed by the
patch below.

Ingo

-------------->
Subject: markers: build fix
From: Ingo Molnar <mingo@xxxxxxx>
Date: Fri Apr 25 16:36:15 CEST 2008

fix:

include/linux/module.h:587: error: redefinition of 'module_imv_update'
include/linux/immediate.h:74: error: previous definition of 'module_imv_update' was here

the prototype was unnecessary.

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
include/linux/immediate.h | 1 -
1 file changed, 1 deletion(-)

Index: linux/include/linux/immediate.h
===================================================================
--- linux.orig/include/linux/immediate.h
+++ linux/include/linux/immediate.h
@@ -71,7 +71,6 @@ extern void imv_unref(struct __imv *begi
#define imv_set(name, i) (name##__imv = (i))

static inline void core_imv_update(void) { }
-static inline void module_imv_update(void) { }
static inline void imv_unref_core_init(void) { }

#endif
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/