]> err.no Git - linux-2.6/blobdiff - drivers/net/cxgb3/sge.c
virtio: fix net driver loop case where we fail to restart
[linux-2.6] / drivers / net / cxgb3 / sge.c
index 994b5d6404df3568113b462b70d6d044b03b740e..c15e43a8543b983f82b0517010979d5eb782bbf8 100644 (file)
@@ -2431,7 +2431,7 @@ static irqreturn_t t3b_intr_napi(int irq, void *cookie)
  *     (MSI-X, MSI, or legacy) and whether NAPI will be used to service the
  *     response queues.
  */
-intr_handler_t t3_intr_handler(struct adapter *adap, int polling)
+irq_handler_t t3_intr_handler(struct adapter *adap, int polling)
 {
        if (adap->flags & USING_MSIX)
                return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix;