]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mpi.h
printk: when dumping regs, show the stack, not thread_info
[karo-tx-linux.git] / include / linux / mpi.h
index 3a5abe95affd381564b1b08b1996dd4e0ee52490..1cc5ffb769afdc82a2e99bcbcf5f767aff44ffdf 100644 (file)
@@ -80,8 +80,7 @@ void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign);
 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes,
                    int *sign);
 void *mpi_get_secure_buffer(MPI a, unsigned *nbytes, int *sign);
-int mpi_set_buffer(MPI a, const void *buffer, unsigned nbytes, int sign);
-int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned *nbytes,
+int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned nbytes,
                     int *sign);
 
 #define log_mpidump g10_log_mpidump