hamradio, ppp: change semaphore to completion
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Dec 2018 21:52:56 +0000 (22:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Dec 2018 21:27:10 +0000 (13:27 -0800)
commitc2c79a32fb860ee374afe58fee6d67ab6aa83081
tree0d3fc5726ce5708416cb43181c5b575be1432535
parent2aa55dccf83d7ca9f1da59ae005426c44fbeb890
hamradio, ppp: change semaphore to completion

ppp and hamradio have copies of the same code that uses a semaphore
in place of a completion for historic reasons. Make it use the
proper interface instead in all copies.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/6pack.c
drivers/net/hamradio/mkiss.c
drivers/net/ppp/ppp_async.c