]> Git Repo - J-linux.git/blob - arch/um/kernel/ioport.c
Merge patch series "riscv: Extension parsing fixes"
[J-linux.git] / arch / um / kernel / ioport.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (C) 2021 Intel Corporation
4  * Author: Johannes Berg <[email protected]>
5  */
6 #include <asm/iomap.h>
7 #include <asm-generic/pci_iomap.h>
8
9 void __iomem *__pci_ioport_map(struct pci_dev *dev, unsigned long port,
10                                unsigned int nr)
11 {
12         return NULL;
13 }
This page took 0.02676 seconds and 4 git commands to generate.