Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[hermon] Indicate that device does not support interrupts
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jan 25, 2011
1 parent 3a9f0e0 commit 7853359
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/drivers/infiniband/hermon.c
Expand Up @@ -2319,17 +2319,6 @@ static void hermon_eth_poll ( struct net_device *netdev ) {
ib_poll_eq ( ibdev );
}

/**
* Enable/disable interrupts on Hermon Ethernet device
*
* @v netdev Network device
* @v enable Interrupts should be enabled
*/
static void hermon_eth_irq ( struct net_device *netdev __unused,
int enable __unused ) {
/* No implementation */
}

/**
* Open Hermon Ethernet device
*
Expand Down Expand Up @@ -2469,7 +2458,6 @@ static struct net_device_operations hermon_eth_operations = {
.close = hermon_eth_close,
.transmit = hermon_eth_transmit,
.poll = hermon_eth_poll,
.irq = hermon_eth_irq,
};

/**
Expand Down

0 comments on commit 7853359

Please sign in to comment.