Commit 43921b16 authored by Adam Belay's avatar Adam Belay

[PNP] Module Compilation Fix

Fixes a trivial typo in an export symbol macro.
parent ae5cf6e0
......@@ -469,8 +469,8 @@ int pnp_check_dma(struct pnp_dev * dev, int idx)
}
EXPORT_SYMBOL(pnp_register_dependent_resource);
EXPORT_SYMBOL(pnp_register_independent_resource);
EXPORT_SYMBOL(pnp_register_dependent_option);
EXPORT_SYMBOL(pnp_register_independent_option);
EXPORT_SYMBOL(pnp_register_irq_resource);
EXPORT_SYMBOL(pnp_register_dma_resource);
EXPORT_SYMBOL(pnp_register_port_resource);
......
Markdown is supported
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