Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294703
b: refs/heads/master
c: 2934a0d
h: refs/heads/master
i:
  294701: 2dd6a56
  294699: de0ee91
  294695: 3c8793c
  294687: ba17b23
v: v3
  • Loading branch information
Yinghai Lu authored and Jesse Barnes committed Feb 14, 2012
1 parent 4a2d9dc commit dbd097e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 78c3b329b9dd7097781cb900146e503e499cccfe
refs/heads/master: 2934a0de095f277a7bbc15a72ecf61af31a45163
6 changes: 6 additions & 0 deletions trunk/drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
#include <linux/slab.h>
#include "pci.h"

struct resource_list {
struct resource_list *next;
struct resource *res;
struct pci_dev *dev;
};

struct resource_list_x {
struct resource_list_x *next;
struct resource *res;
Expand Down
6 changes: 0 additions & 6 deletions trunk/include/linux/ioport.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ struct resource {
struct resource *parent, *sibling, *child;
};

struct resource_list {
struct resource_list *next;
struct resource *res;
struct pci_dev *dev;
};

/*
* IO resources have these defined flags.
*/
Expand Down

0 comments on commit dbd097e

Please sign in to comment.