]> git.hungrycats.org Git - linux/commit
[PATCH] uml: fix an "unused" warnings
authorPaolo \'Blaisorblade\' Giarrusso <blaisorblade_spam@yahoo.it>
Wed, 13 Oct 2004 14:29:10 +0000 (07:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 13 Oct 2004 14:29:10 +0000 (07:29 -0700)
commit703bc478adb33a703072219d9dba5d81c29e9d82
tree74cf7721cebdc7db3d400a85a5b63ee0bc8569d6
parente02c6482bc619536780e3dbf95ca2b9202fbad11
[PATCH] uml: fix an "unused" warnings

Fixes some random warnings.  To avoid "defined but not used" for
not_configged_ops, make it be defined only if at least one channel is not
defined.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Kconfig_char
arch/um/drivers/chan_kern.c