Driver: add driver_add_kobj for looney iseries_veth driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 19 Dec 2007 19:54:39 +0000 (15:54 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:34 +0000 (20:40 -0800)
commitcbe9c595f1de2e2a98403be2c14bfbc2486e84c4
treec3e3a30bb18e1597dda4bc28c11c3add049e1e02
parent23b9c1ab5baf368a32b7242bf110ef1f48700d04
Driver: add driver_add_kobj for looney iseries_veth driver

The iseries driver wants to hang kobjects off of its driver, so, to
preserve backwards compatibility, we need to add a call to the driver
core to allow future changes to work properly.

Hopefully no one uses this function in the future and the iseries_veth
driver authors come to their senses so I can remove this hack...

Cc: Dave Larson <larson1@us.ibm.com>
Cc: Santiago Leon <santil@us.ibm.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/driver.c
drivers/net/iseries_veth.c
include/linux/device.h