powerpc/powernv: Rename alloc_m64_pe() to reserve_m64_pe()
[cascardo/linux.git] / arch / powerpc / platforms / powernv / pci.h
index 34d29eb..6c02ff8 100644 (file)
@@ -130,7 +130,7 @@ struct pnv_phb {
        u32 (*bdfn_to_pe)(struct pnv_phb *phb, struct pci_bus *bus, u32 devfn);
        void (*shutdown)(struct pnv_phb *phb);
        int (*init_m64)(struct pnv_phb *phb);
-       void (*alloc_m64_pe)(struct pnv_phb *phb);
+       void (*reserve_m64_pe)(struct pnv_phb *phb);
        int (*pick_m64_pe)(struct pnv_phb *phb, struct pci_bus *bus, int all);
        int (*get_pe_state)(struct pnv_phb *phb, int pe_no);
        void (*freeze_pe)(struct pnv_phb *phb, int pe_no);