From: Roland Dreier Date: Thu, 30 Mar 2006 20:55:10 +0000 (-0800) Subject: [PATCH] PCI: fix sparse warning about pci_bus_flags X-Git-Tag: v2.6.17-rc2~32^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e778272dd547d53dedf92240e8b3dbdee44b87b6;p=pandora-kernel.git [PATCH] PCI: fix sparse warning about pci_bus_flags Sparse warns about casting to a __bitwise type. However, it's correct to do when defining the enum for pci_bus_flags_t, so add a __force to quiet the warnings. This will fix getting include/linux/pci.h:100:26: warning: cast to restricted type from sparse all over the build. Signed-off-by: Roland Dreier Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed