]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linuxkpi: Move lkpi_pcim_iomap_devres_find to .c file
authorWarner Losh <imp@FreeBSD.org>
Tue, 5 Apr 2022 05:06:29 +0000 (23:06 -0600)
committerWarner Losh <imp@FreeBSD.org>
Wed, 6 Apr 2022 17:45:42 +0000 (11:45 -0600)
commita84ef318c658f6b7901299ff129136ea3afffe8b
tree827303b63cefe4cb2efbe70fe582e9ce4d589ef3
parentebd35d1ceb36d9c605b8d3d970175c87052b6e18
linuxkpi: Move lkpi_pcim_iomap_devres_find to .c file

lkpi_pcim_iomap_devres_find encodes the size of struct pcim_iomap_devres
in the code, so move from .h to .c to move from client driver to
linuxkpi module.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D34775

(cherry picked from commit 2bf3361d56f70d87a19f5d2bc8d258d418fb7a24)
(cherry picked from commit 211621030e19553c7bd321b05694418920517736)
sys/compat/linuxkpi/common/include/linux/pci.h
sys/compat/linuxkpi/common/src/linux_pci.c