diff options
author | Dmitry Torokhov <[email protected]> | 2022-05-27 16:40:01 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2022-05-27 16:40:01 -0700 |
commit | 690e179059e7e89040d1cd564e39761567a8d5dc (patch) | |
tree | b6a64fc5ca4fd862e17559c46676258ae17c87d5 /lib/mpi/mpi-bit.c | |
parent | 5f76955ab1e43e5795a9631b22ca4f918a0ae986 (diff) | |
parent | 4b0986a3613c92f4ec1bdc7f60ec66fea135991f (diff) |
Merge tag 'v5.18' into next
Sync up with mainline to get updates to OMAP4 keypad driver and other
upstream goodies.
Diffstat (limited to 'lib/mpi/mpi-bit.c')
-rw-r--r-- | lib/mpi/mpi-bit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mpi/mpi-bit.c b/lib/mpi/mpi-bit.c index 142b680835df..070ba784c9f1 100644 --- a/lib/mpi/mpi-bit.c +++ b/lib/mpi/mpi-bit.c @@ -242,6 +242,7 @@ void mpi_rshift(MPI x, MPI a, unsigned int n) } MPN_NORMALIZE(x->d, x->nlimbs); } +EXPORT_SYMBOL_GPL(mpi_rshift); /**************** * Shift A by COUNT limbs to the left |