]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/kmod.c
Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
[linux.git] / kernel / kmod.c
index cdff52974d1829a3bbe6823e9e23cefa7aacb077..bc6addd9152b4db58c57757f1fe0a2911a16e459 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <trace/events/module.h>
 
-#ifdef CONFIG_MODULES
 /*
  * Assuming:
  *
@@ -177,5 +176,3 @@ int __request_module(bool wait, const char *fmt, ...)
        return ret;
 }
 EXPORT_SYMBOL(__request_module);
-
-#endif /* CONFIG_MODULES */