Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25770
b: refs/heads/master
c: e778272
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent 5328c0c commit 4cfb6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5da594b1c523dffa19ebe7630e1ca285f439bd03
refs/heads/master: e778272dd547d53dedf92240e8b3dbdee44b87b6
2 changes: 1 addition & 1 deletion trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ enum pci_channel_state {

typedef unsigned short __bitwise pci_bus_flags_t;
enum pci_bus_flags {
PCI_BUS_FLAGS_NO_MSI = (pci_bus_flags_t) 1,
PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1,
};

struct pci_cap_saved_state {
Expand Down

0 comments on commit 4cfb6fc

Please sign in to comment.