s390/pci: remove pdev pointer from arch data
[deliverable/linux.git] / arch / s390 / include / asm / pci.h
index c873e682b67f8e4063628a1726a896a167a9d8c4..dc763eae7c493381ccf8976b1a08ff9091696e87 100644 (file)
@@ -66,7 +66,6 @@ struct s390_domain;
 
 /* Private data per function */
 struct zpci_dev {
-       struct pci_dev  *pdev;
        struct pci_bus  *bus;
        struct list_head entry;         /* list of all zpci_devices, needed for hotplug, etc. */
 
@@ -192,7 +191,7 @@ int zpci_fmb_disable_device(struct zpci_dev *);
 /* Debug */
 int zpci_debug_init(void);
 void zpci_debug_exit(void);
-void zpci_debug_init_device(struct zpci_dev *);
+void zpci_debug_init_device(struct zpci_dev *, const char *);
 void zpci_debug_exit_device(struct zpci_dev *);
 void zpci_debug_info(struct zpci_dev *, struct seq_file *);
 
This page took 0.025016 seconds and 5 git commands to generate.