IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
[powerpc.git] / drivers / ide / legacy / hd.c
index 4ab9311..b1d5291 100644 (file)
@@ -673,7 +673,7 @@ static int hd_getgeo(struct block_device *bdev, struct hd_geometry *geo)
  * be forgotten about...
  */
 
-static irqreturn_t hd_interrupt(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t hd_interrupt(int irq, void *dev_id)
 {
        void (*handler)(void) = do_hd;