From: Paul Bolle Date: Mon, 26 May 2014 19:09:10 +0000 (+0200) Subject: staging: comedi: remove check for CONFIG_KMOD X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f30f2c2d417b;p=pandora-kernel.git staging: comedi: remove check for CONFIG_KMOD The comedi driver was added in v2.6.29. That's the same release that removed the Kconfig symbol KMOD. So the code behind a test for its macro has been hidden since it was in staging. Remove it. Remove a useless assignment to "dev->in_request_module" too. That variable seems pointless anyhow, but that's a different issue. Signed-off-by: Paul Bolle Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed