diff options
Diffstat (limited to 'drivers/net/sis900.c')
-rw-r--r-- | drivers/net/sis900.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index eb715f1bcd48..4acd41a093ad 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c | |||
@@ -1634,7 +1634,6 @@ sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev) | |||
1634 | * sis900_interrupt - sis900 interrupt handler | 1634 | * sis900_interrupt - sis900 interrupt handler |
1635 | * @irq: the irq number | 1635 | * @irq: the irq number |
1636 | * @dev_instance: the client data object | 1636 | * @dev_instance: the client data object |
1637 | * @regs: snapshot of processor context | ||
1638 | * | 1637 | * |
1639 | * The interrupt handler does all of the Rx thread work, | 1638 | * The interrupt handler does all of the Rx thread work, |
1640 | * and cleans up after the Tx thread | 1639 | * and cleans up after the Tx thread |