diff against 2.1.33 to make pcmcia-2.9.2 compile

Joerg Pommnitz (Joerg@raleigh.ibm.com)
Fri, 11 Apr 1997 08:31:11 -0400


This is a multi-part message in MIME format.

--------------511542E447E3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,
the following patch is against 2.1.33. It allows pcmcia-2.9.2 to
compile cleanly. Additionally it fixes an open reference in the
ibm_tr module (that's why the post to linux-net).

Best regards
Joerg

--
Joerg Pommnitz   |Joerg@Raleigh.ibm.com| Never attribute to malloc 
Mobile/Wireless  |Dept UMRA            | that which can be adequately
T/L (919)254-6397|Office B502/E117     | explained by stupidity.

--------------511542E447E3 Content-Type: text/plain; charset=us-ascii; name="PCMCIA.DIF" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="PCMCIA.DIF"

diff -u --recursive --new-file linux/include/asm-i386/io.h linux.pcmcia/include/asm-i386/io.h --- linux/include/asm-i386/io.h Wed Apr 2 20:51:57 1997 +++ linux.pcmcia/include/asm-i386/io.h Fri Apr 11 07:00:26 1997 @@ -1,7 +1,9 @@ #ifndef _ASM_IO_H #define _ASM_IO_H +#ifdef __KERNEL__ #include <linux/vmalloc.h> +#endif /* __KERNEL__ */ /* * This file contains the definitions for the x86 IO instructions diff -u --recursive --new-file linux/net/netsyms.c linux.pcmcia/net/netsyms.c --- linux/net/netsyms.c Fri Apr 11 07:51:07 1997 +++ linux.pcmcia/net/netsyms.c Fri Apr 11 07:17:28 1997 @@ -260,6 +260,7 @@ EXPORT_SYMBOL(register_trdev); EXPORT_SYMBOL(unregister_trdev); EXPORT_SYMBOL(init_trdev); +EXPORT_SYMBOL(tr_freedev); #endif #ifdef CONFIG_NET_ALIAS

--------------511542E447E3--