kernel/ksysfs.c:fix dependence on CONFIG_NET
authorMing Lei <[email protected]>
Sun, 16 Nov 2008 10:22:09 +0000 (18:22 +0800)
committerGreg Kroah-Hartman <[email protected]>
Tue, 6 Jan 2009 18:44:31 +0000 (10:44 -0800)
commitcd3772e6898c6386f21d2958346d6dd57d4204f5
treecd0c4bd5c7af1ba4ab252c54375bff128ef42424
parente0d7bf5d580c20ff14d0200b6ab47bc77f99b152
kernel/ksysfs.c:fix dependence on CONFIG_NET

Access to uevent_seqnum and uevent_helper does not need to
depend on CONFIG_NET, so remove it.

Signed-off-by: Ming Lei <[email protected]>
Cc: Kay Sievers <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
kernel/ksysfs.c