Re: Linux 2.4.20-pre5: compile failures

Eyal Lebedinsky (eyal@eyal.emu.id.au)
Thu, 29 Aug 2002 10:45:36 +1000


This is a multi-part message in MIME format.
--------------5978FEDEDC8C10041F645771
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

drivers/net/pcmcia/wavelan_cs.c
should include standard headers first

drivers/usb/brlvger.c
macro fix for older gcc

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>
--------------5978FEDEDC8C10041F645771
Content-Type: text/plain; charset=us-ascii;
 name="2.4.20-pre5-wavelan_cs.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="2.4.20-pre5-wavelan_cs.patch"

--- linux/drivers/net/pcmcia/wavelan_cs.c.orig Thu Aug 29 10:10:15 2002 +++ linux/drivers/net/pcmcia/wavelan_cs.c Thu Aug 29 10:21:39 2002 @@ -63,9 +63,9 @@ * */ +#include "wavelan_cs.h" /* Private header */ #include <linux/ethtool.h> #include <asm/uaccess.h> -#include "wavelan_cs.h" /* Private header */ /************************* MISC SUBROUTINES **************************/ /*

--------------5978FEDEDC8C10041F645771 Content-Type: text/plain; charset=us-ascii; name="2.4.20-pre5-brlvger.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="2.4.20-pre5-brlvger.patch"

--- linux/drivers/usb/brlvger.c.orig Thu Aug 29 10:30:50 2002 +++ linux/drivers/usb/brlvger.c Thu Aug 29 10:31:02 2002 @@ -209,7 +209,7 @@ ({ printk(KERN_ERR "Voyager: " args); \ printk("\n"); }) #define dbgprint(fmt, args...) \ - ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__, ##args); \ + ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__ , ##args); \ printk("\n"); }) #define dbg(args...) \ ({ if(debug >= 1) dbgprint(args); })

--------------5978FEDEDC8C10041F645771--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/