[SPARC]: Port sparc64 in-kernel device tree code to sparc32.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2006-06-23 15:53:31 -07:00
parent a2bd4fd179
commit 942a6bdd1c
9 changed files with 668 additions and 91 deletions

View 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) */