diff options
| author | Wei Yongjun <[email protected]> | 2020-07-06 13:52:34 +0000 |
|---|---|---|
| committer | Lorenzo Pieralisi <[email protected]> | 2020-07-28 10:22:17 +0000 |
| commit | a459d9e107887a1fef32d5c6d0951241876812d9 (patch) | |
| tree | 3449b7e6f41889128a2385f844a4b66778f972c3 /drivers/pci/controller/pci-host-generic.c | |
| parent | PCI: hv: Fix a timing issue which causes kdump to fail occasionally (diff) | |
| download | kernel-a459d9e107887a1fef32d5c6d0951241876812d9.tar.gz kernel-a459d9e107887a1fef32d5c6d0951241876812d9.zip | |
PCI: hv: Make some functions static
sparse report build warning as follows:
drivers/pci/controller/pci-hyperv.c:941:5: warning:
symbol 'hv_read_config_block' was not declared. Should it be static?
drivers/pci/controller/pci-hyperv.c:1021:5: warning:
symbol 'hv_write_config_block' was not declared. Should it be static?
drivers/pci/controller/pci-hyperv.c:1090:5: warning:
symbol 'hv_register_block_invalidate' was not declared. Should it be static?
Those functions are not used outside of this file, so mark them static.
Link: https://lore.kernel.org/r/[email protected]
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Diffstat (limited to 'drivers/pci/controller/pci-host-generic.c')
0 files changed, 0 insertions, 0 deletions
