Re: [PATCH 0/3] drivers: fix "no previous prototype" warnings

2019-01-10 Thread Sascha Hauer
On Wed, Jan 09, 2019 at 11:24:24PM +0300, Antony Pavlov wrote: > Antony Pavlov (3): > w1: fix "no previous prototype for 'w1_found'" warning > serial: amba-pl011: fix "no previous prototype for 'pl011_init_port'" > warning > net: ks8851_mll: fix "no previous prototype for 'ks_enable_qmu'"

[PATCH 0/3] drivers: fix "no previous prototype" warnings

2019-01-09 Thread Antony Pavlov
Antony Pavlov (3): w1: fix "no previous prototype for 'w1_found'" warning serial: amba-pl011: fix "no previous prototype for 'pl011_init_port'" warning net: ks8851_mll: fix "no previous prototype for 'ks_enable_qmu'" warning drivers/net/ks8851_mll.c| 2 +- drivers/serial/amba-pl011.c |