mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.73-mm2 drivers/net/pcmcia/nmclan_cs compile problem
@ 2003-06-28  5:50 Michael Frank
  2003-06-28  6:04 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Frank @ 2003-06-28  5:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

drivers/net/pcmcia/nmclan_cs.c: In function `nmclan_config':
drivers/net/pcmcia/nmclan_cs.c:714: parse error before `*'
drivers/net/pcmcia/nmclan_cs.c:723: `tuple' undeclared (first use in this function)
drivers/net/pcmcia/nmclan_cs.c:723: (Each undeclared identifier is reported only once
drivers/net/pcmcia/nmclan_cs.c:723: for each function it appears in.)
drivers/net/pcmcia/nmclan_cs.c:724: `buf' undeclared (first use in this function)
drivers/net/pcmcia/nmclan_cs.c:728: `last_ret' undeclared (first use in this function)
drivers/net/pcmcia/nmclan_cs.c:728: `last_fn' undeclared (first use in this function)
drivers/net/pcmcia/nmclan_cs.c:730: `parse' undeclared (first use in this function)
drivers/net/pcmcia/nmclan_cs.c:741: `i' undeclared (first use in this function)
drivers/net/pcmcia/nmclan_cs.c:747: `ioaddr' undeclared (first use in this function)
drivers/net/pcmcia/nmclan_cs.c:783: `lp' undeclared (first use in this function)
make[3]: *** [drivers/net/pcmcia/nmclan_cs.o] Error 1
make[2]: *** [drivers/net/pcmcia] Error 2

Regards
Michael
-- 
Powered by linux-2.5.73-mm1, compiled with gcc-2.95-3 - not fancy but rock solid

My current linux related activities:
- Test development and testing of swsusp
- Everyday usage of 2.5 kernel

More info on the 2.5 kernel: http://www.codemonkey.org.uk/post-halloween-2.5.txt



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

* Re: 2.5.73-mm2 drivers/net/pcmcia/nmclan_cs compile problem
  2003-06-28  5:50 2.5.73-mm2 drivers/net/pcmcia/nmclan_cs compile problem Michael Frank
@ 2003-06-28  6:04 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2003-06-28  6:04 UTC (permalink / raw)
  To: Michael Frank; +Cc: linux-kernel

Michael Frank <mflt1@micrologica.com.hk> wrote:
>
> drivers/net/pcmcia/nmclan_cs.c: In function `nmclan_config':
>  drivers/net/pcmcia/nmclan_cs.c:714: parse error before `*'

--- 25/drivers/net/pcmcia/nmclan_cs.c~nmclan_cs-fix	2003-06-27 23:03:32.000000000 -0700
+++ 25-akpm/drivers/net/pcmcia/nmclan_cs.c	2003-06-27 23:03:47.000000000 -0700
@@ -710,7 +710,7 @@ while ((last_ret=CardServices(last_fn=(f
 static void nmclan_config(dev_link_t *link)
 {
   client_handle_t handle = link->handle;
-  struct net_device *dev = link->priv;;
+  struct net_device *dev = link->priv;
   mace_private *lp = dev->priv;
   tuple_t tuple;
   cisparse_t parse;

_


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

end of thread, other threads:[~2003-06-28  5:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-28  5:50 2.5.73-mm2 drivers/net/pcmcia/nmclan_cs compile problem Michael Frank
2003-06-28  6:04 ` Andrew Morton

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®