public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: John Kennedy <jk@csuchico.edu>
To: Jonathan Hudson <jonathan@daria.co.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: pcmcia in test10pre6
Date: Fri, 27 Oct 2000 20:43:45 -0700	[thread overview]
Message-ID: <20001027204345.A19055@north.csuchico.edu> (raw)
In-Reply-To: <648.39f967c2.1f52d@trespassersw.daria.co.uk>
In-Reply-To: <648.39f967c2.1f52d@trespassersw.daria.co.uk>; from jonathan@daria.co.uk on Fri, Oct 27, 2000 at 11:32:18AM +0000

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

On Fri, Oct 27, 2000 at 11:32:18AM +0000, Jonathan Hudson wrote:
> Previously working in test10pre*, now gives many unresolved symbols: ...

  I didn't get nearly that many.  In fact, I only got this one:

	...
	        -o vmlinux
	drivers/pcmcia/pcmcia.o: In function `CardServices':
	drivers/pcmcia/pcmcia.o(.text+0x3b53): undefined reference to `pcmcia_request_irq'
	drivers/pcmcia/pcmcia.o(__ksymtab+0x160): undefined reference to `pcmcia_request_irq'
	make: *** [vmlinux] Error 1

  This seems to be the fatal change:

    [diff -u linux-2.4.0-test10pre[56]/drivers/pcmcia/cs.c | grep _request_irq]
	-int pcmcia_request_irq(client_handle_t handle, irq_req_t *req)
	+static int cs_request_irq(client_handle_t handle, irq_req_t *req)

  I see it mentioned in a number of places:

	drivers/net/pcmcia/ray_cs.c
	drivers/pcmcia/cs.c
	include/pcmcia/cs.h

  This patch compiles, but I haven't tested it yet (not home with laptop).


[-- Attachment #2: PATCH --]
[-- Type: text/plain, Size: 385 bytes --]

--- ./drivers/pcmcia/cs.c.OLD	Fri Oct 27 10:14:53 2000
+++ ./drivers/pcmcia/cs.c	Fri Oct 27 20:39:55 2000
@@ -1836,7 +1836,7 @@
     
 ======================================================================*/
 
-static int cs_request_irq(client_handle_t handle, irq_req_t *req)
+int pcmcia_request_irq(client_handle_t handle, irq_req_t *req)
 {
     socket_info_t *s;
     config_t *c;

      parent reply	other threads:[~2000-10-28  3:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-27 11:32 pcmcia in test10pre6 Jonathan Hudson
2000-10-27 16:51 ` Jeff V. Merkey
2000-10-27 19:14   ` Jonathan Hudson
2000-10-28  9:32     ` David Ford
2000-10-27 21:25   ` David Ford
2000-10-28  3:43 ` John Kennedy [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=20001027204345.A19055@north.csuchico.edu \
    --to=jk@csuchico.edu \
    --cc=jonathan@daria.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    /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