mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
pci: Remove duplicate PCI_REGION_IO / "io" line
Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
316590db29
commit
d21bbb98cc
1 changed files with 0 additions and 1 deletions
|
@ -452,7 +452,6 @@ static const struct pci_flag_info {
|
|||
{ PCI_REGION_PREFETCH, "prefetch" },
|
||||
{ PCI_REGION_SYS_MEMORY, "sysmem" },
|
||||
{ PCI_REGION_RO, "readonly" },
|
||||
{ PCI_REGION_IO, "io" },
|
||||
};
|
||||
|
||||
static void pci_show_regions(struct udevice *bus)
|
||||
|
|
Loading…
Add table
Reference in a new issue