Ummm, no. You don't export every single function just because it appears in a header file.
When we have an in-kernel module that needs these functions, we can export them, but no sooner. So until you submit a set of changes that use these routines from modules we're not exporting them. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

