Searched refs:is_gpl_compatible (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/mod/
H A Dmodpost.h97 bool is_gpl_compatible; member in struct:module
H A Dmodpost.c191 * Set mod->is_gpl_compatible to true by default. If MODULE_LICENSE()
195 mod->is_gpl_compatible = true;
1643 mod->is_gpl_compatible = false;
1775 if (!mod->is_gpl_compatible && exp->is_gpl_only)

Completed in 95 milliseconds