[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080425145552.GA20351@elte.hu>
Date: Fri, 25 Apr 2008 16:55:52 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
Jason Baron <jbaron@...hat.com>,
Rusty Russell <rusty@...tcorp.com.au>,
Adrian Bunk <bunk@...sta.de>, Andi Kleen <andi@...stfloor.org>,
Christoph Hellwig <hch@...radead.org>, akpm@...l.org
Subject: Re: [patch 13/37] Immediate Values - Architecture Independent Code
randconfig testing in sched-devel caught a build bug - fixed by the
patch below.
Ingo
-------------->
Subject: markers: build fix
From: Ingo Molnar <mingo@...e.hu>
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@...e.hu>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists