From: Jun'ichi Nomura Date: Wed, 15 Mar 2006 13:28:55 +0000 (-0500) Subject: [PATCH] kobject: fix build error if CONFIG_SYSFS=n X-Git-Tag: v2.6.17-rc1~1177^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51107301b629640f9ab76fe23bf385e187b9ac29;p=pandora-kernel.git [PATCH] kobject: fix build error if CONFIG_SYSFS=n Moving uevent_seqnum and uevent_helper to kobject_uevent.c because they are used even if CONFIG_SYSFS=n while kernel/ksysfs.c is built only if CONFIG_SYSFS=y, Signed-off-by: Jun'ichi Nomura Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed