Commit 0a66d2bd authored by Vinit Agnihotri's avatar Vinit Agnihotri Committed by Roland Dreier

IB/qib: Additional Intel branding changes

This patches changes user visible function names containing "qlogic"
in module init and cleanup.
Reviewed-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: default avatarVinit Agnihotri <vinit.abhay.agnihotri@intel.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 49410185
...@@ -1272,7 +1272,7 @@ static int qib_notify_dca(struct notifier_block *nb, unsigned long event, ...@@ -1272,7 +1272,7 @@ static int qib_notify_dca(struct notifier_block *nb, unsigned long event,
* Do all the generic driver unit- and chip-independent memory * Do all the generic driver unit- and chip-independent memory
* allocation and initialization. * allocation and initialization.
*/ */
static int __init qlogic_ib_init(void) static int __init qib_ib_init(void)
{ {
int ret; int ret;
...@@ -1316,12 +1316,12 @@ static int __init qlogic_ib_init(void) ...@@ -1316,12 +1316,12 @@ static int __init qlogic_ib_init(void)
return ret; return ret;
} }
module_init(qlogic_ib_init); module_init(qib_ib_init);
/* /*
* Do the non-unit driver cleanup, memory free, etc. at unload. * Do the non-unit driver cleanup, memory free, etc. at unload.
*/ */
static void __exit qlogic_ib_cleanup(void) static void __exit qib_ib_cleanup(void)
{ {
int ret; int ret;
...@@ -1346,7 +1346,7 @@ static void __exit qlogic_ib_cleanup(void) ...@@ -1346,7 +1346,7 @@ static void __exit qlogic_ib_cleanup(void)
qib_dev_cleanup(); qib_dev_cleanup();
} }
module_exit(qlogic_ib_cleanup); module_exit(qib_ib_cleanup);
/* this can only be called after a successful initialization */ /* this can only be called after a successful initialization */
static void cleanup_device_data(struct qib_devdata *dd) static void cleanup_device_data(struct qib_devdata *dd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment