From: Paul Mackerras Date: Sun, 9 Jun 2013 02:20:34 +0000 (+1000) Subject: pppoatm: Remove explicit loading of pppoatm kernel module X-Git-Tag: ppp-2.4.7~20 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=52cd43a84bea524033b918b603698104f221bbb7 pppoatm: Remove explicit loading of pppoatm kernel module The kernel does this automatically itself. Patch from debian package. Signed-off-by: Paul Mackerras --- diff --git a/pppd/plugins/pppoatm/pppoatm.c b/pppd/plugins/pppoatm/pppoatm.c index 7712c6d..d693350 100644 --- a/pppd/plugins/pppoatm/pppoatm.c +++ b/pppd/plugins/pppoatm/pppoatm.c @@ -133,8 +133,6 @@ static int connect_pppoatm(void) int fd; struct atm_qos qos; - system ("/sbin/modprobe -q pppoatm"); - if (!device_got_set) no_device_given_pppoatm(); fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);