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)
commitb76dd9302af7803aac62243ae94d53067fc819b4
tree71603141fa7189414acdeb7bd75e51d0964c4b2e
parent7c60610d476766e128cc4284bb6349732cbd6606
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: 68f5d3f3b654 ("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