Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87ee3ab9 authored by Joao Pinto's avatar Joao Pinto Committed by Martin K. Petersen
Browse files

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: default avatarJoao Pinto <jpinto@synopsys.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 2c99a314
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -313,3 +313,7 @@ int tc_dwc_g210_config_20_bit(struct ufs_hba *hba)
	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");
+4 −0
Original line number Diff line number Diff line
@@ -148,3 +148,7 @@ int ufshcd_dwc_link_startup_notify(struct ufs_hba *hba,
	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");