Dmitry Torokhov 80c6e14659 driver-core: fix build for !CONFIG_MODULES
Commit f2411da74698 ("driver-core: add driver module asynchronous probe
support") broke build in case modules are disabled, because in this case
"struct module" is not defined and we can't dereference it. Let's define
module_requested_async_probing() helper and stub it out if modules are
disabled.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-24 12:28:30 -07:00
..
2015-04-13 15:00:55 -07:00
2014-07-04 18:05:05 +01:00
2015-05-20 00:15:09 -07:00
2014-12-14 16:10:09 -08:00
2010-05-21 09:37:29 -07:00
2014-09-01 13:48:59 +02:00