]> git.baikalelectronics.ru Git - kernel.git/commit
kobject: make kobject_cleanup be static
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)
commit8feb44f0e8f59a7727d4e72d0d629565cd05122c
treede6bdbd43525340c618bcfac96163ad441b3c446
parent0cf3ae43c3f61ad8062ca78ab8bf00ab1ef6ac81
kobject: make kobject_cleanup be static

No one except the kobject core calls it so make the function static.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/kobject.h
lib/kobject.c