lib/mpi: export mpi_rshift
[linux-2.6-microblaze.git] / lib / mpi / mpi-bit.c
index 142b680..070ba78 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