]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd603a8881d9e53e93508e68762423c105b3a3191
treec3e3a30bb18e1597dda4bc28c11c3add049e1e02
parent426eb41215a317318d835b019327e843b550b26e
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