mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.6.0-test4-bk9:  card services build error
@ 2003-09-07 15:41 Robert P. J. Day
  2003-09-07 16:06 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2003-09-07 15:41 UTC (permalink / raw)
  To: Linux kernel mailing list


  from a build of 2.6.0-test4-bk9 (didn't appear to be there in bk8):

...

make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  CC      kernel/configs.o
  LD      kernel/built-in.o
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
drivers/built-in.o(.text+0x8511c): In function `CardServices':
: undefined reference to `pcmcia_deregister_client'
drivers/built-in.o(.text+0x86d15): In function `pcmcia_bus_remove_socket':
: undefined reference to `pcmcia_deregister_client'
drivers/built-in.o(__ksymtab+0x1150): undefined reference to `pcmcia_deregister_client'
make: *** [.tmp_vmlinux1] Error 1

thoughts?

rday


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

* Re: 2.6.0-test4-bk9:  card services build error
  2003-09-07 15:41 2.6.0-test4-bk9: card services build error Robert P. J. Day
@ 2003-09-07 16:06 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2003-09-07 16:06 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux kernel mailing list

On Sun, Sep 07, 2003 at 11:41:28AM -0400, Robert P. J. Day wrote:
> 
>   from a build of 2.6.0-test4-bk9 (didn't appear to be there in bk8):
> 
> ...
> 
> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
>   CHK     include/linux/compile.h
>   CC      kernel/configs.o
>   LD      kernel/built-in.o
>   GEN     .version
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> drivers/built-in.o(.text+0x8511c): In function `CardServices':
> : undefined reference to `pcmcia_deregister_client'
> drivers/built-in.o(.text+0x86d15): In function `pcmcia_bus_remove_socket':
> : undefined reference to `pcmcia_deregister_client'
> drivers/built-in.o(__ksymtab+0x1150): undefined reference to `pcmcia_deregister_client'
> make: *** [.tmp_vmlinux1] Error 1

Yes, my editors escape code processing was buggy so it dropped an extra "R"
(from the F3 escape code) into cs.c while I was searching.  (F3 is search
forward in MicroEMACS.)  Naturally, with open source, such things get fixed
once they cause you enough annoyance.  (Did I ever mention that terminal
escape codes are broken by design?)

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1189  -> 1.1190 
#	 drivers/pcmcia/cs.c	1.60    -> 1.61   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/09/07	rmk@flint.arm.linux.org.uk	1.1190
# [PCMCIA] Remove editor droppings.
# --------------------------------------------
#
diff -Nru a/drivers/pcmcia/cs.c b/drivers/pcmcia/cs.c
--- a/drivers/pcmcia/cs.c	Sun Sep  7 17:04:33 2003
+++ b/drivers/pcmcia/cs.c	Sun Sep  7 17:04:34 2003
@@ -1053,7 +1053,7 @@
 
 /*====================================================================*/
 
-int pcmcia_deregister_clientR(client_handle_t handle)
+int pcmcia_deregister_client(client_handle_t handle)
 {
     client_t **client;
     struct pcmcia_socket *s;


-- 
Russell King (rmk@arm.linux.org.uk)	http://www.arm.linux.org.uk/personal/
Linux kernel maintainer of:
  2.6 ARM Linux   - http://www.arm.linux.org.uk/
  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
  2.6 Serial core

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

end of thread, other threads:[~2003-09-07 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-07 15:41 2.6.0-test4-bk9: card services build error Robert P. J. Day
2003-09-07 16:06 ` Russell King

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

Powered by JetHome