Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
authorKay Sievers <kay.sievers@vrfy.org>
Sun, 12 Aug 2007 18:43:55 +0000 (20:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:51:06 +0000 (14:51 -0700)
Move uevent specific logic from the core into kobject_uevent.c, which
does no longer require to link the unused string array if hotplug
is not compiled in.

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found