
17 Jan
2008
17 Jan
'08
12:26 a.m.
On 22:50 Wed 16 Jan , Michael Schwingen wrote:
Signed-off-by: Michael Schwingen michael@schwingen.org
diff --git a/board/actux1/Makefile b/board/actux1/Makefile new file mode 100644 index 0000000..83611e7
+#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_PCI) +extern struct pci_controller hose; +extern void pci_ixp_init (struct pci_controller *hose);
+void pci_init_board (void) +{
- extern void pci_ixp_init (struct pci_controller *hose);
- pci_ixp_init (&hose);
+} +#endif
Ack but when applying I will do this change
-#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_PCI) +#if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI)
or just resend this patch
Best regards, J.