]> 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>
Tue, 5 Apr 2022 05:06:29 +0000 (23:06 -0600)
commit2bf3361d56f70d87a19f5d2bc8d258d418fb7a24
treee6cee0f1089d0b7dbcc40ce8f18f84b243ea1fd5
parent36b5c440028b44b22cfc0596125f575ca513656f
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.

Sponsored by: Netflix
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D34775
sys/compat/linuxkpi/common/include/linux/pci.h
sys/compat/linuxkpi/common/src/linux_pci.c