diff --git a/[refs] b/[refs] index dbe9fad4b26a..ee4e00af5144 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edd023d0b86b599a8e89c1c014911129210fb955 +refs/heads/master: 4b2d5c049079d342e3e268c162dcecbd7bad1411 diff --git a/trunk/drivers/net/eexpress.c b/trunk/drivers/net/eexpress.c index 4a50fcb5ad6b..3868b8031266 100644 --- a/trunk/drivers/net/eexpress.c +++ b/trunk/drivers/net/eexpress.c @@ -707,13 +707,6 @@ static int eexp_xmit(struct sk_buff *buf, struct net_device *dev) return 0; } -/* - * Handle an EtherExpress interrupt - * If we've finished initializing, start the RU and CU up. - * If we've already started, reap tx buffers, handle any received packets, - * check to make sure we've not become wedged. - */ - /* * Handle an EtherExpress interrupt * If we've finished initializing, start the RU and CU up.