Skip to content
Commit b1015f0a authored by Tim Gardner's avatar Tim Gardner Committed by Andy Whitcroft
Browse files

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: default avatarTim Gardner <tim.gardner@canonical.com>
parent b4f160cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment