X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Ffhc.h;h=f29eaa2540550e5266d0fd00b562b54e500a3208;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=9e7f1b0d78b93996a941957ddce192da5f9605ae;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-sparc64/fhc.h b/include/asm-sparc64/fhc.h index 9e7f1b0d7..f29eaa254 100644 --- a/include/asm-sparc64/fhc.h +++ b/include/asm-sparc64/fhc.h @@ -10,7 +10,6 @@ #include #include -#include #include struct linux_fhc; @@ -35,7 +34,8 @@ struct linux_central { unsigned long clkregs; unsigned long clkver; int slots; - struct device_node *prom_node; + int prom_node; + char prom_name[64]; struct linux_prom_ranges central_ranges[PROMREG_MAX]; int num_central_ranges; @@ -112,7 +112,8 @@ struct linux_fhc { struct fhc_regs fhc_regs; int board; int jtag_master; - struct device_node *prom_node; + int prom_node; + char prom_name[64]; struct linux_prom_ranges fhc_ranges[PROMREG_MAX]; int num_fhc_ranges;