|
@@ -2013,8 +2013,6 @@ EXPORT_SYMBOL_GPL(hisi_sas_remove);
|
|
|
|
|
|
static __init int hisi_sas_init(void)
|
|
|
{
|
|
|
- pr_info("hisi_sas: driver version %s\n", DRV_VERSION);
|
|
|
-
|
|
|
hisi_sas_stt = sas_domain_attach_transport(&hisi_sas_transport_ops);
|
|
|
if (!hisi_sas_stt)
|
|
|
return -ENOMEM;
|
|
@@ -2030,7 +2028,6 @@ static __exit void hisi_sas_exit(void)
|
|
|
module_init(hisi_sas_init);
|
|
|
module_exit(hisi_sas_exit);
|
|
|
|
|
|
-MODULE_VERSION(DRV_VERSION);
|
|
|
MODULE_LICENSE("GPL");
|
|
|
MODULE_AUTHOR("John Garry <john.garry@huawei.com>");
|
|
|
MODULE_DESCRIPTION("HISILICON SAS controller driver");
|