mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.0-test4-bk9:  card services build error
Date: Sun, 7 Sep 2003 17:06:10 +0100	[thread overview]
Message-ID: <20030907170610.B23176@flint.arm.linux.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.44.0309071139520.16112-100000@localhost.localdomain>; from rpjday@mindspring.com on Sun, Sep 07, 2003 at 11:41:28AM -0400

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

      reply	other threads:[~2003-09-07 16:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-07 15:41 Robert P. J. Day
2003-09-07 16:06 ` Russell King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030907170610.B23176@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rpjday@mindspring.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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