diff options
Diffstat (limited to 'arch/s390/include/asm/pci.h')
| -rw-r--r-- | arch/s390/include/asm/pci.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/pci.h b/arch/s390/include/asm/pci.h index 05333b7f046..6c1801235db 100644 --- a/arch/s390/include/asm/pci.h +++ b/arch/s390/include/asm/pci.h @@ -140,6 +140,7 @@ static inline bool zdev_enabled(struct zpci_dev *zdev)  struct zpci_dev *zpci_alloc_device(void);  int zpci_create_device(struct zpci_dev *);  int zpci_enable_device(struct zpci_dev *); +int zpci_disable_device(struct zpci_dev *);  void zpci_stop_device(struct zpci_dev *);  void zpci_free_device(struct zpci_dev *);  int zpci_scan_device(struct zpci_dev *);  |