diff options
| author | Rob Clark <robdclark@chromium.org> | 2025-01-03 07:13:45 -0800 |
|---|---|---|
| committer | Rob Clark <robdclark@chromium.org> | 2025-01-03 07:13:45 -0800 |
| commit | c5fb51b71788926feef0d07f30c8af1d5e4af1a6 (patch) | |
| tree | 4f1b22e7cde61a76c6bd00c246265f3f2f166d79 /lib/crypto/mpi/mpi-bit.c | |
| parent | a5463629299bc12d7a6308d20e662d5b36e10cb9 (diff) | |
| parent | b44b9bc7cab2967c3d6a791b1cd542c89fc07f0e (diff) | |
Merge remote-tracking branch 'pm/opp/linux-next' into HEAD
Merge pm/opp tree to get dev_pm_opp_get_bw()
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'lib/crypto/mpi/mpi-bit.c')
| -rw-r--r-- | lib/crypto/mpi/mpi-bit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/mpi/mpi-bit.c b/lib/crypto/mpi/mpi-bit.c index 835a2f0622a0..934d81311360 100644 --- a/lib/crypto/mpi/mpi-bit.c +++ b/lib/crypto/mpi/mpi-bit.c @@ -95,6 +95,7 @@ int mpi_set_bit(MPI a, unsigned int n) a->d[limbno] |= (A_LIMB_1<<bitno); return 0; } +EXPORT_SYMBOL_GPL(mpi_set_bit); /* * Shift A by N bits to the right. |
