]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix build error if CONFIG_SYSFS=n
authorAndrew Morton <akpm@osdl.org>
Fri, 24 Mar 2006 11:18:44 +0000 (03:18 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Mar 2006 15:33:31 +0000 (07:33 -0800)
commitc189cf9c22ae482cc603b6b03193cb1c7bbce961
treeffb7715fa4b729dab0546df887065718f36fba85
parenteba77ffdbccc0d859d707087cc410374b4104230
[PATCH] fix build error if CONFIG_SYSFS=n

uevent_seqnum and uevent_helper are only defined if CONFIG_HOTPLUG=y,
CONFIG_NET=n.

(I stole this back from Greg's tree - it makes allnoconfig work).

Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/ksysfs.c