|
@@ -893,7 +893,7 @@ int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
|
|
|
EXPORT_SYMBOL(inet_ioctl);
|
|
|
|
|
|
#ifdef CONFIG_COMPAT
|
|
|
-int inet_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
|
|
|
+static int inet_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
|
|
|
{
|
|
|
struct sock *sk = sock->sk;
|
|
|
int err = -ENOIOCTLCMD;
|