powerpc/powernv: remove the unused pnv_pci_set_p2p function
[linux-2.6-block.git] / arch / powerpc / platforms / powernv / pci.h
index be26ab3d99e01d7a9b1a30395e30883392687726..4f11c077af6230f3376a49cfc9ffa35e28da989f 100644 (file)
@@ -79,9 +79,6 @@ struct pnv_ioda_pe {
        struct pnv_ioda_pe      *master;
        struct list_head        slaves;
 
-       /* PCI peer-to-peer*/
-       int                     p2p_initiator_count;
-
        /* Link in list of PE#s */
        struct list_head        list;
 };
@@ -172,8 +169,6 @@ struct pnv_phb {
        /* PHB and hub diagnostics */
        unsigned int            diag_data_size;
        u8                      *diag_data;
-
-       int p2p_target_count;
 };
 
 extern struct pci_ops pnv_pci_ops;