modules: add support for soft module dependencies
authorAndreas Robinson <andr345@gmail.com>
Thu, 1 Aug 2013 00:55:34 +0000 (10:55 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 1 Aug 2013 00:55:34 +0000 (10:55 +1000)
Additional and optional dependencies not found while building the kernel and
modules, can now be declared explicitly.

Signed-off-by: Andreas Robinson <andr345@gmail.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/linux/module.h

index 46f1ea01e6f62161db550b13be8a2ed85246219a..504035f3ece151662eab6f5928140f3e159bb83a 100644 (file)
@@ -97,6 +97,11 @@ extern const struct gtype##_id __mod_##gtype##_table         \
 /* For userspace: you can also call me... */
 #define MODULE_ALIAS(_alias) MODULE_INFO(alias, _alias)
 
+/* Soft module dependencies. See man modprobe.d for details.
+ * Example: MODULE_SOFTDEP("pre: module-foo module-bar post: module-baz")
+ */
+#define MODULE_SOFTDEP(_softdep) MODULE_INFO(softdep, _softdep)
+
 /*
  * The following license idents are currently accepted as indicating free
  * software modules