diff options
Diffstat (limited to 'drivers/net/pppox.c')
-rw-r--r-- | drivers/net/pppox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/pppox.c b/drivers/net/pppox.c index c14ee24c05a8..ac806b27c658 100644 --- a/drivers/net/pppox.c +++ b/drivers/net/pppox.c | |||
@@ -104,7 +104,8 @@ int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) | |||
104 | 104 | ||
105 | EXPORT_SYMBOL(pppox_ioctl); | 105 | EXPORT_SYMBOL(pppox_ioctl); |
106 | 106 | ||
107 | static int pppox_create(struct net *net, struct socket *sock, int protocol) | 107 | static int pppox_create(struct net *net, struct socket *sock, int protocol, |
108 | int kern) | ||
108 | { | 109 | { |
109 | int rc = -EPROTOTYPE; | 110 | int rc = -EPROTOTYPE; |
110 | 111 | ||