Messages in this thread Patch in this message |  | | | Date | Sun, 28 Aug 2005 03:52:22 +0100 | | From | Al Viro <> | | Subject | [PATCH] missing include in smc-ultra |
| |
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> ---- diff -urN RC13-rc7-base/drivers/net/smc-ultra.c current/drivers/net/smc-ultra.c --- RC13-rc7-base/drivers/net/smc-ultra.c 2005-08-24 01:56:39.000000000 -0400 +++ current/drivers/net/smc-ultra.c 2005-08-27 22:47:43.000000000 -0400 @@ -68,6 +68,7 @@ #include <linux/etherdevice.h> #include <asm/io.h> +#include <asm/irq.h> #include <asm/system.h> #include "8390.h" - 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/
|  |