mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86_64/lib: find_first_zero_bit not extern
@ 2005-03-28  5:39 Randy.Dunlap
  2005-03-28 15:08 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2005-03-28  5:39 UTC (permalink / raw)
  To: lkml; +Cc: ak


Exported function was marked inline:
arch/x86_64/lib/bitops.c:18: warning: `find_first_zero_bit' declared inline afte
r being called

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>

diffstat:=
 arch/x86_64/lib/bitops.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Naurp ./arch/x86_64/lib/bitops.c~x8664_lib_bitops ./arch/x86_64/lib/bitops.c
--- ./arch/x86_64/lib/bitops.c~x8664_lib_bitops	2005-03-01 23:37:49.000000000 -0800
+++ ./arch/x86_64/lib/bitops.c	2005-03-27 20:42:59.000000000 -0800
@@ -14,7 +14,7 @@
  * Returns the bit-number of the first zero bit, not the number of the byte
  * containing a bit.
  */
-inline long find_first_zero_bit(const unsigned long * addr, unsigned long size)
+long find_first_zero_bit(const unsigned long * addr, unsigned long size)
 {
 	long d0, d1, d2;
 	long res;


---

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-28 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-28  5:39 [PATCH] x86_64/lib: find_first_zero_bit not extern Randy.Dunlap
2005-03-28 15:08 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®