]> asedeno.scripts.mit.edu Git - linux.git/commit
microblaze/PCI: remove unused pci_flags
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:57 +0000 (20:18 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:57 +0000 (20:18 -0700)
commite5b3684181ed91afa05e610af1c8328b7cd7871b
treed7cd45830f42de93204bcbf7bb556efe16cd0dce
parenta4fab0449eb2213e426bf210126fa0f1129ca9a3
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: Bjorn Helgaas <bhelgaas@google.com>
arch/microblaze/include/asm/pci-bridge.h
arch/microblaze/pci/pci-common.c