]> git.baikalelectronics.ru Git - kernel.git/commit
kobject: add kobject_init_ng function
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Dec 2007 05:31:08 +0000 (21:31 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:09 +0000 (20:40 -0800)
commite0414dcb15d50c9f678d8997b202614844eb7efb
treef31e28280e33248a3cd82ae2bcfa5b51c12d9984
parent8feb44f0e8f59a7727d4e72d0d629565cd05122c
kobject: add kobject_init_ng function

This is what the kobject_init function is going to become.

Add this to the kernel and then we can convert the tree over to use it.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/kobject.h
lib/kobject.c