From: Tom R. <tr...@ke...> - 2004-09-23 23:03:58
|
Following those patches, the following is required to have 'se7751_defconfig' compile. Again against linux-2_6_8. This isn't yet boot-tested, but I'll be doing that sometime Monday. Signed-off-by: Tom Rini <tr...@ke...> --- linux-2.6.8.1.orig/arch/sh/boards/se/7751/io.c +++ linux-2.6.8.1/arch/sh/boards/se/7751/io.c @@ -18,7 +18,7 @@ #include <asm/addrspace.h> #include <linux/pci.h> -#include <asm/pci-sh7751.h> +#include "../../../drivers/pci/pci-sh7751.h" #if 0 /****************************************************************** --- linux-2.6.8.1.orig/arch/sh/boards/se/7751/pci.c +++ linux-2.6.8.1/arch/sh/boards/se/7751/pci.c @@ -19,7 +19,7 @@ #include <linux/pci.h> #include <asm/io.h> -#include <asm/pci-sh7751.h> +#include "../../../drivers/pci/pci-sh7751.h" #define PCIMCR_MRSET_OFF 0xBFFFFFFF #define PCIMCR_RFSH_OFF 0xFFFFFFFB -- Tom Rini http://gate.crashing.org/~trini/ |