Re: [PATCH] lib/mpi: purge mpi_set_buffer()

2016-05-31 Thread Herbert Xu
On Thu, May 26, 2016 at 12:57:50PM +0200, Nicolai Stange wrote: > mpi_set_buffer() has no in-tree users and similar functionality is provided > by mpi_read_raw_data(). > > Remove mpi_set_buffer(). > > Signed-off-by: Nicolai Stange Applied. -- Email: Herbert Xu

[PATCH] lib/mpi: purge mpi_set_buffer()

2016-05-26 Thread Nicolai Stange
mpi_set_buffer() has no in-tree users and similar functionality is provided by mpi_read_raw_data(). Remove mpi_set_buffer(). Signed-off-by: Nicolai Stange --- Applicable to linux-next-20150525. allmodconfig build on x86_64 succeeded. include/linux/mpi.h | 1 -