diff options
author | Yinghai Lu <yinghai@kernel.org> | 2012-01-21 14:08:26 +0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-02-14 20:44:55 +0400 |
commit | 2934a0de095f277a7bbc15a72ecf61af31a45163 (patch) | |
tree | 26fcc207a7bfa419f5a2ecfdf6bcd63e7e09cdcd /include/linux/ioport.h | |
parent | 78c3b329b9dd7097781cb900146e503e499cccfe (diff) | |
download | linux-2934a0de095f277a7bbc15a72ecf61af31a45163.tar.xz |
PCI: Move struct resource_list to setup-bus.c
No user outside of setup-bus.c now. Later patches will convert
resource_list to a regular list.
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include/linux/ioport.h')
-rw-r--r-- | include/linux/ioport.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/ioport.h b/include/linux/ioport.h index 9d57a71775b5..e885ba23de70 100644 --- a/include/linux/ioport.h +++ b/include/linux/ioport.h @@ -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. */ |