Roland Dreier e778272dd5 [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💯26: warning: cast to restricted type

from sparse all over the build.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-04-14 12:25:25 -07:00
..
2006-03-24 07:33:24 -08:00
2006-04-11 06:18:40 -07:00
2006-03-31 12:19:01 -08:00
2006-04-11 06:18:39 -07:00
2006-04-11 06:18:54 -07:00
2006-01-06 08:33:29 -08:00
2006-04-10 09:43:47 -07:00
2006-03-25 08:22:52 -08:00