staging: comedi: remove in_request_module
authorIan Abbott <abbotti@mev.co.uk>
Tue, 27 May 2014 14:06:17 +0000 (15:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 18:57:31 +0000 (11:57 -0700)
commita5897f77607c52acb078b152b59fbe29ac92c640
tree32e3169a5370fa56ecd4ece5a26f61123e186ac4
parent260c0f73be312ab6207c9ec56e4fe0fb365c8ac3
staging: comedi: remove in_request_module

The `in_request_module` member of `struct comedi_device` is only ever
set to `false`, so remove the code that checks for it being `true` and
remove the member.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c
drivers/staging/comedi/comedidev.h