diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-10-05 21:03:43 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-10-05 21:03:43 -0400 |
commit | 4ad99f15c6a3cadf36928c399459ea4fdb3d49f9 (patch) | |
tree | d0536e4da737900fa27b235f175a3d179d692200 /drivers/message/i2o/pci.c | |
parent | 46767aeba58ca9357a2309765201bad38d8f5e9b (diff) | |
parent | 44aefd2706bb6f5b65ba2c38cd89e7609e2b43d3 (diff) |
Merge branch 'master' into upstream-fixes
Diffstat (limited to 'drivers/message/i2o/pci.c')
-rw-r--r-- | drivers/message/i2o/pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/message/i2o/pci.c b/drivers/message/i2o/pci.c index dec41cc89937..62f1ac08332c 100644 --- a/drivers/message/i2o/pci.c +++ b/drivers/message/i2o/pci.c | |||
@@ -224,12 +224,11 @@ static int __devinit i2o_pci_alloc(struct i2o_controller *c) | |||
224 | * i2o_pci_interrupt - Interrupt handler for I2O controller | 224 | * i2o_pci_interrupt - Interrupt handler for I2O controller |
225 | * @irq: interrupt line | 225 | * @irq: interrupt line |
226 | * @dev_id: pointer to the I2O controller | 226 | * @dev_id: pointer to the I2O controller |
227 | * @r: pointer to registers | ||
228 | * | 227 | * |
229 | * Handle an interrupt from a PCI based I2O controller. This turns out | 228 | * Handle an interrupt from a PCI based I2O controller. This turns out |
230 | * to be rather simple. We keep the controller pointer in the cookie. | 229 | * to be rather simple. We keep the controller pointer in the cookie. |
231 | */ | 230 | */ |
232 | static irqreturn_t i2o_pci_interrupt(int irq, void *dev_id, struct pt_regs *r) | 231 | static irqreturn_t i2o_pci_interrupt(int irq, void *dev_id) |
233 | { | 232 | { |
234 | struct i2o_controller *c = dev_id; | 233 | struct i2o_controller *c = dev_id; |
235 | u32 m; | 234 | u32 m; |