smsc911x: register irq with device name, not driver name
authorSteve Glendinning <steve.glendinning@smsc.com>
Sun, 11 Jan 2009 08:14:52 +0000 (00:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Jan 2009 08:14:52 +0000 (00:14 -0800)
commit08168f7164fed494852361ab900358cd7a6b95d6
treeff45323f114d7ffb70b856aca1b6d18324fc9cb0
parent702403af28ef647b090b49bb61abebb45150ce7f
smsc911x: register irq with device name, not driver name

This change lets "cat /proc/interrupts" show the name of the ethernet
device (e.g. eth0) rather than the driver name (smsc911x).

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