]> Git Repo - J-linux.git/blobdiff - lib/mpi/mpi-bit.c
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[J-linux.git] / lib / mpi / mpi-bit.c
index 142b680835df33846e1b17fea4ec7b98e9c0cb98..070ba784c9f15ad85d0ee0b9102b0606c532b58d 100644 (file)
@@ -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
This page took 0.027089 seconds and 4 git commands to generate.