commit | f30f2c2d417b9de3d967016ade0bea2d93190624 | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Mon May 26 21:09:10 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 26 20:19:27 2014 -0700 |
tree | 27535152d064b0547e115029c79004e1278b076e | |
parent | 464ae880a3caa0128a7d0e6c91e3d96afc2da6f0 [diff] |
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 <pebolle@tiscali.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>