lib: add GENERIC_PCI_IOMAP
Many architectures want a generic pci_iomap but
not the rest of iomap.c. Split that to a separate .c
file and add a new config symbol. select automatically
by GENERIC_IOMAP.
Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>
Showing
- include/asm-generic/io.h 2 additions, 2 deletionsinclude/asm-generic/io.h
- include/asm-generic/iomap.h 3 additions, 6 deletionsinclude/asm-generic/iomap.h
- include/asm-generic/pci_iomap.h 25 additions, 0 deletionsinclude/asm-generic/pci_iomap.h
- lib/Kconfig 4 additions, 0 deletionslib/Kconfig
- lib/Makefile 1 addition, 0 deletionslib/Makefile
- lib/iomap.c 2 additions, 36 deletionslib/iomap.c
- lib/pci_iomap.c 48 additions, 0 deletionslib/pci_iomap.c
Loading
Please register or sign in to comment