>     152         struct pci_controller *hose = pdev->sysdata;
                                                 ^^^
This is the problem (a type for 'pdev' is not defined).
And this is a possible fix:
--- linux-2.4.4ac/include/asm-alpha/pci.h~	Sat May 19 16:43:11 2001
+++ linux-2.4.4ac/include/asm-alpha/pci.h	Sat May 19 17:23:56 2001
@@ -6,6 +6,7 @@
 #include <linux/spinlock.h>
 #include <asm/scatterlist.h>
 #include <asm/machvec.h>
+#include <linux/pci.h>
 
 /*
  * The following structure is used to manage multiple PCI busses.
The patch is for 2.4.4-ac11, so offsets are possibly slightly different,
but probably not. :-)
  Michal
-
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/