smsc95xx: remove unused completion struct
authorSteve Glendinning <steve.glendinning@smsc.com>
Mon, 26 Jan 2009 01:53:58 +0000 (17:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jan 2009 01:53:58 +0000 (17:53 -0800)
Oliver Neukum spotted the useless complete() in our async callback.  On
closer inspection, the entire completion struct is unused.  This patch
removes it.

Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found