From f30f2c2d417b9de3d967016ade0bea2d93190624 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Mon, 26 May 2014 21:09:10 +0200 Subject: [PATCH] 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-format-patch failed