mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
powerpc/powernv/vas: Rename register/unregister functions
powerNV and pseries drivers register / unregister to the corresponding platform specific VAS separately. Then these VAS functions call the common API with the specific window operations. So rename powerNV VAS API register/unregister functions. Signed-off-by: Haren Myneni <haren@linux.ibm.com> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/9db00d58dbdcb7cfc07a1df95f3d2a9e3e5d746a.camel@linux.ibm.com
This commit is contained in:
committed by
Michael Ellerman
parent
413d6ed3ea
commit
06c6fad9bf
@@ -262,7 +262,6 @@ err_class:
|
||||
unregister_chrdev_region(coproc_device.devt, 1);
|
||||
return rc;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(vas_register_coproc_api);
|
||||
|
||||
void vas_unregister_coproc_api(void)
|
||||
{
|
||||
@@ -275,4 +274,3 @@ void vas_unregister_coproc_api(void)
|
||||
class_destroy(coproc_device.class);
|
||||
unregister_chrdev_region(coproc_device.devt, 1);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(vas_unregister_coproc_api);
|
||||
|
||||
Reference in New Issue
Block a user