diff options
| author | Haren Myneni <haren@linux.ibm.com> | 2021-06-17 13:30:24 -0700 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-06-20 21:58:55 +1000 |
| commit | 06c6fad9bfe0b6439e18ea1f1cf0d178405ccf25 (patch) | |
| tree | 06c04a4e931e713fd43ff2981083c345d1dbb4d9 /arch/powerpc/include/asm/vas.h | |
| parent | 413d6ed3eac387a2876893c337174f0c5b99d01d (diff) | |
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
Diffstat (limited to 'arch/powerpc/include/asm/vas.h')
| -rw-r--r-- | arch/powerpc/include/asm/vas.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/vas.h b/arch/powerpc/include/asm/vas.h index 3be76e813e2d..6076adf9ab4f 100644 --- a/arch/powerpc/include/asm/vas.h +++ b/arch/powerpc/include/asm/vas.h @@ -164,6 +164,9 @@ int vas_paste_crb(struct vas_window *win, int offset, bool re); void vas_win_paste_addr(struct vas_window *window, u64 *addr, int *len); +int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, + const char *name); +void vas_unregister_api_powernv(void); /* * Register / unregister coprocessor type to VAS API which will be exported |
