]> git.openfabrics.org - ~emulex/compat.git/commit
compat: fix load time issue with kfifo backport
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 20 Mar 2012 01:25:34 +0000 (18:25 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 20 Mar 2012 01:25:34 +0000 (18:25 -0700)
commit22f03e353206c8f848de9d47cb1f6079fdfe9ed3
tree943adecdaa06a44a9258a667537c379557dbcf41
parente4e6f33801d78ad3b71836ce8a3058235fdaa6ef
compat: fix load time issue with kfifo backport

The CONFIG_COMPAT_KFIFO config option must be defined
to CONFIG_COMPAT_KFIFO=y instead of CONFIG_COMPAT_KFIFO=m
as the kfifo object is not a module, its simply part of
the compat module. This should fix users of the kfifo
backport on kernels older than 2.6.36.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
scripts/gen-compat-config.sh