On Thu, Oct 10, 2024 at 03:01:00PM +0200, Julian Vetter wrote: > The generic memcpy_{from,to}io and memset_io functions have a different > prototype than the zpci_memcpy_{from,to}io and zpci_memset_io functions. > But in driver code zpci functions are used as IO memcpy directly. So, > align their prototypes. > > Signed-off-by: Julian Vetter <jvetter@xxxxxxxxxxxxx> > --- > arch/s390/include/asm/pci_io.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks!