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
@ -452,7 +452,6 @@ static const struct pci_flag_info {
|
|||||||
{ PCI_REGION_PREFETCH, "prefetch" },
|
{ PCI_REGION_PREFETCH, "prefetch" },
|
||||||
{ PCI_REGION_SYS_MEMORY, "sysmem" },
|
{ PCI_REGION_SYS_MEMORY, "sysmem" },
|
||||||
{ PCI_REGION_RO, "readonly" },
|
{ PCI_REGION_RO, "readonly" },
|
||||||
{ PCI_REGION_IO, "io" },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static void pci_show_regions(struct udevice *bus)
|
static void pci_show_regions(struct udevice *bus)
|
||||||
|
Loading…
Reference in New Issue
Block a user