lkml.org 
[lkml]   [2008]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [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@elte.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@elte.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

\
 
 \ /
  Last update: 2008-04-25 16:59    [W:0.352 / U:0.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site