diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2022-03-22 17:52:10 -0300 | 
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2022-03-22 17:52:10 -0300 | 
| commit | 34fe4ccb777e2c15a3419fa8e733114f6ce2a3c6 (patch) | |
| tree | f07755c842475c4f9d4c67e126d154158eb8ccbb /lib/mpi/mpi-bit.c | |
| parent | feff08395b2c427caadf00f8c22920cfb3306739 (diff) | |
| parent | 5191290407668028179f2544a11ae9b57f0bcf07 (diff) | |
Merge remote-tracking branch 'torvalds/master' into perf/core
To pick up fixes that went thru perf/urgent and now are fixed by an
upcoming patch.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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 | 
