Re: kernel 2.6.0 making modules problems

From: Marcel Sebek
Date: Fri Jan 02 2004 - 12:30:48 EST


On Thu, Jan 01, 2004 at 04:38:39PM +0000, zydas@xxxxxxxxxxxxx wrote:
> CC [M] drivers/net/ne2k-pci.o
> drivers/net/ne2k-pci.c:72:1: warning: "insl" redefined
> In file included from include/asm/dma.h:12,
> from include/asm/scatterlist.h:5,
> from include/asm/pci.h:9,
> from include/linux/pci.h:702,
> from drivers/net/ne2k-pci.c:50:
> include/asm/io.h:79:1: warning: this is the location of the previous definition
> drivers/net/ne2k-pci.c:73:1: warning: "outsl" redefined
> include/asm/io.h:80:1: warning: this is the location of the previous definition

diff -urN linux-2.6/drivers/net/ne2k-pci.c linux-2.6-new/drivers/net/ne2k-pci.c
--- linux-2.6/drivers/net/ne2k-pci.c 2003-09-28 10:43:38.000000000 +0200
+++ linux-2.6-new/drivers/net/ne2k-pci.c 2004-01-01 18:33:37.000000000 +0100
@@ -69,8 +69,6 @@
#if defined(__powerpc__)
#define inl_le(addr) le32_to_cpu(inl(addr))
#define inw_le(addr) le16_to_cpu(inw(addr))
-#define insl insl_ns
-#define outsl outsl_ns
#endif

#define PFX DRV_NAME ": "


> CC [M] drivers/usb/serial/whiteheat.o
> drivers/usb/serial/whiteheat.c: In function `firm_setup_port':
> drivers/usb/serial/whiteheat.c:1209: `CMSPAR' undeclared (first use in this
> function)
> drivers/usb/serial/whiteheat.c:1209: (Each undeclared identifier is reported
> only once
> drivers/usb/serial/whiteheat.c:1209: for each function it appears in.)

diff -urN linux-2.6/drivers/usb/serial/whiteheat.c linux-2.6-new/drivers/usb/serial/whiteheat.c
--- linux-2.6/drivers/usb/serial/whiteheat.c 2003-09-10 16:09:42.000000000 +0200
+++ linux-2.6-new/drivers/usb/serial/whiteheat.c 2004-01-01 18:29:38.000000000 +0100
@@ -76,6 +76,7 @@
#include <linux/module.h>
#include <linux/spinlock.h>
#include <asm/uaccess.h>
+#include <asm/termbits.h>
#include <linux/usb.h>
#include <linux/serial_reg.h>
#include <linux/serial.h>


--
Marcel Sebek
jabber: sebek@xxxxxxxxx ICQ: 279852819
linux user number: 307850 GPG ID: 5F88735E
GPG FP: 0F01 BAB8 3148 94DB B95D 1FCA 8B63 CA06 5F88 735E

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