[PATCH] 2.4.10-pre13: aironet4500_card.c compile problem

Eyal Lebedinsky (eyal@eyal.emu.id.au)
Fri, 21 Sep 2001 22:20:13 +1000


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

It is missing <linux/init.h>

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>
--------------B0A4A57C62E46F9FA377B9D3
Content-Type: text/plain; charset=us-ascii;
 name="2.4.0-pre13-aironet.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="2.4.0-pre13-aironet.patch"

--- linux/drivers/net/aironet4500_card.c.orig Fri Sep 21 22:14:16 2001 +++ linux/drivers/net/aironet4500_card.c Fri Sep 21 22:14:37 2001 @@ -17,6 +17,7 @@ #endif #include <linux/version.h> +#include <linux/init.h> #include <linux/config.h> #include <linux/module.h>

--------------B0A4A57C62E46F9FA377B9D3--

- 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/