[PATCH] I2O: added pci_request_regions() before using the controller
authorMarkus Lidel <Markus.Lidel@shadowconnect.com>
Tue, 9 Aug 2005 21:30:57 +0000 (14:30 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 10 Aug 2005 00:59:52 +0000 (17:59 -0700)
commitdc9352a42c6de578c932313448257cf246b2b75f
treecc0a26be95e1a93e675bbe40dd7528db7ed2baa1
parenta7df26da158ad64d56cc32934aa38a07d03a6fc9
[PATCH] I2O: added pci_request_regions() before using the controller

Added pci_request_regions() before using the controller to avoid duplicate
usage of the I2O controller when the dpt_i2o driver and I2O subsystem is
loaded at the same time.

Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Cc: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/message/i2o/pci.c