UBUNTU: SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
BugLink: http://bugs.launchpad.net/bugs/430694
Create a macro pair that can be used to symbolicly link two modules
if they are not already directly linked.
This relationship uses the facilities of depmod and modprobe to
get soft dependencies loaded in the correct order.
Examples of soft dependencies are:
1) i915 and intel_agp (agp _must_ be loaded before i915)
2) any net driver that uses phylib modules.
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
parent
b4f160cc
Please register or sign in to comment