···24312431 * (MSI-X, MSI, or legacy) and whether NAPI will be used to service the24322432 * response queues.24332433 */24342434-intr_handler_t t3_intr_handler(struct adapter *adap, int polling)24342434+irq_handler_t t3_intr_handler(struct adapter *adap, int polling)24352435{24362436 if (adap->flags & USING_MSIX)24372437 return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix;