ppp: mppe: Add softdep to arc4
authorTakashi Iwai <tiwai@suse.de>
Wed, 19 Jun 2019 13:34:07 +0000 (15:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Jul 2019 07:03:07 +0000 (09:03 +0200)
commit3232bccddebab7a80e70c42c7b8d1a73e32dbe85
tree4a9deb0d6b965d65a0792327a022560fabf6cd09
parent5ec7753c7c9e3be6a326a86d7f73a138addfe0eb
ppp: mppe: Add softdep to arc4

[ Upstream commit aad1dcc4f011ea409850e040363dff1e59aa4175 ]

The arc4 crypto is mandatory at ppp_mppe probe time, so let's put a
softdep line, so that the corresponding module gets prepared
gracefully.  Without this, a simple inclusion to initrd via dracut
failed due to the missing dependency, for example.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ppp/ppp_mppe.c