Driver core: remove class_device_rename
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Jul 2006 21:31:12 +0000 (14:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 23 Feb 2007 22:52:08 +0000 (14:52 -0800)
No one uses it, and it wasn't exported to modules, so remove it.  The
only other user of it was the network code, which is now converted to
use struct device instead.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found