On Tue, Sep 15, 2009 at 7:02 PM, Nikolai ZHUBR <zhubr@xxxxxxx> wrote: > Wednesday, September 16, 2009, 2:49:04 AM, Luis R. Rodriguez wrote: >> Check if the symbols you had issues with were indeed exported via >> EXPORT_SYMBOL() on the compat code (compat/*.c) or if whether they >> were defined via a header as an inline (compat/*.h). > As far as I can see, the symbols in question are not defined as inline: They don't have to be exported and inlined, its one or the other. So just ensure you your symbols you have conflicts with as EXPORT_SYMBOL() or defined in a header file as inline. You will obviously also need the header declaration if defined as an EXPORT_SYMBOL. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html