From: Gilles Espinasse Date: Sun, 11 Nov 2007 15:27:43 +0000 (+0100) Subject: [PATCH] fix unresolved symbols on alpha X-Git-Url: http://git.osdn.net/view?p=linux-kernel-docs%2Flinux-2.4.36.git;a=commitdiff_plain;h=6108030961d673432cd3cad0f317379b4b526129 [PATCH] fix unresolved symbols on alpha When compiling the out-of-tree e100 driver, some unresolved symbols errors happened due to the fact that asm-alpha/pci.h does not include asm/io.h, contrarily to most other archs. This trivial patch fixes the problem. --- diff --git a/include/asm-alpha/pci.h b/include/asm-alpha/pci.h index 98f7c346..720d5c6a 100644 --- a/include/asm-alpha/pci.h +++ b/include/asm-alpha/pci.h @@ -6,6 +6,7 @@ #include #include #include +#include /* * The following structure is used to manage multiple PCI busses.