Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / include / asm-sparc / pbm.h
index 0aba3a8..fedd9c6 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <linux/pci.h>
 #include <asm/oplib.h>
+#include <asm/prom.h>
 
 struct linux_pbm_info {
        int             prom_node;
@@ -40,7 +41,7 @@ struct linux_pbm_info {
  */
 struct pcidev_cookie {
        struct linux_pbm_info           *pbm;
-       int                             prom_node;
+       struct device_node              *prom_node;
 };
 
 #endif /* !(__SPARC_PBM_H) */