From a5897f77607c52acb078b152b59fbe29ac92c640 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Tue, 27 May 2014 15:06:17 +0100 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed