diff options
author | Niklas Schnelle | 2022-03-08 10:49:58 +0100 |
---|---|---|
committer | Vasily Gorbik | 2022-03-10 15:58:17 +0100 |
commit | 6c2797cd51218a451a52edc2ca533f89d1a2af10 (patch) | |
tree | 8eccf8f9987209c3a1e5a385334cdc05643f316b /include/uapi | |
parent | 2268169c14e5f00377512932cf2b7bc78e4577ad (diff) |
s390/pci: make zpci_set_irq()/zpci_clear_irq() static
Commit c1e18c17bda68 ("s390/pci: add zpci_set_irq()/zpci_clear_irq()")
made zpci_set_irq()/zpci_clear_irq() non-static in preparation for using
them in zpci_hot_reset_device(). The version of zpci_hot_reset_device()
that was finally merged however exploits the fact that IRQs and DMA is
implicitly disabled by clp_disable_fh() so the call to zpci_clear_irq()
was never added. There are no other calls outside pci_irq.c so lets make
both functions static.
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions