From: Bjorn Helgaas Date: Fri, 24 Feb 2012 03:18:57 +0000 (-0700) Subject: microblaze/PCI: remove unused pci_flags X-Git-Tag: v3.4-rc1~114^2~28^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b3684181ed91afa05e610af1c8328b7cd7871b;p=pandora-kernel.git 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 CC: microblaze-uclinux@itee.uq.edu.au Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed