* Huang, Ying <[EMAIL PROTECTED]> wrote: > +struct efi_tables efi_tables; > +EXPORT_SYMBOL(efi_tables);
> +enum bios_type bios_type = BIOS_LEGACY; > +EXPORT_SYMBOL(bios_type); please make all the new exports EXPORT_SYMBOL_GPL(). Ingo -- 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/