]> git.baikalelectronics.ru Git - kernel.git/commit
um: make PCI emulation driver init/exit static
authorJohannes Berg <johannes.berg@intel.com>
Fri, 25 Jun 2021 08:34:34 +0000 (10:34 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Aug 2021 20:28:02 +0000 (22:28 +0200)
commitade9ae1108df77177add1157cf55a16315c89943
tree71603141fa7189414acdeb7bd75e51d0964c4b2e
parent799b7595dbd054559c382026eb5ad31bca6fea67
um: make PCI emulation driver init/exit static

The functions aren't used elsewhere, so they can be static.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 732559b790cd ("um: add PCI over virtio emulation driver")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/virt-pci.c