diff options
author | 2024-11-05 17:28:16 +0100 | |
---|---|---|
committer | 2024-11-07 10:37:00 +0100 | |
commit | de786f0f83824eaa12aa92603be8655ec5d1a5bf (patch) | |
tree | 233f609cebbe70fc8b28da1eff559cfbfdc9a51b /scripts/bpf_doc.py | |
parent | s390/uvdevice: Fix and slightly improve kernel-doc comment (diff) | |
download | linux-rng-de786f0f83824eaa12aa92603be8655ec5d1a5bf.tar.xz linux-rng-de786f0f83824eaa12aa92603be8655ec5d1a5bf.zip |
s390/pci: Add header guards and includes to internal headers
While pci_iov.h has include guards it doesn't include the necessary
header for struct zpci_dev, pci_bus.h on the other hand lacks even basic
include guards. This isn't only fragile and breaks convention but also
confuses tooling such as clang-analyzer. Add both include guards and the
necessary includes.
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Reviewed-by: Gerd Bayer <gbayer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions