Skip to content
Commit e5b36841 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

microblaze/PCI: remove unused pci_flags



pci_flags is initialized to zero and never modified (I think this was just
copied from powerpc).  Therefore, "(pci_flags & XX)" is always false and
"!(pci_flags & XX)" is always true, and we can remove all references
to pci_flags.

CC: Michal Simek <monstr@monstr.eu>
CC: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent a4fab044
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment