]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/af_inet.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[karo-tx-linux.git] / net / ipv4 / af_inet.c
index dd2b9478ddd1537e0a3cf812e755cfd5cda68e33..1b5096a9875aae06db3fa9857800881dcc305d31 100644 (file)
@@ -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;