ufs: Adding license info do tc-dwc-g210 and ufshcd-dwc to enable loadable module
This patch adds license info to the tc-dwc-g210 and ufshcd-dwc files in order for them to have access to some ufshcd symbols when all are built as modules. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
2c99a3142e
commit
87ee3ab928
@ -313,3 +313,7 @@ out:
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(tc_dwc_g210_config_20_bit);
|
||||
|
||||
MODULE_AUTHOR("Joao Pinto <Joao.Pinto@synopsys.com>");
|
||||
MODULE_DESCRIPTION("Synopsys G210 Test Chip driver");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
|
@ -148,3 +148,7 @@ out:
|
||||
return err;
|
||||
}
|
||||
EXPORT_SYMBOL(ufshcd_dwc_link_startup_notify);
|
||||
|
||||
MODULE_AUTHOR("Joao Pinto <Joao.Pinto@synopsys.com>");
|
||||
MODULE_DESCRIPTION("UFS Host driver for Synopsys Designware Core");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user