Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 686dc6b6 authored by Gerrit Renker's avatar Gerrit Renker Committed by David S. Miller
Browse files

ipv4: compat_ioctl is local to af_inet.c, make it static



ipv4: compat_ioctl is local to af_inet.c, make it static

Signed-off-by: default avatarGerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 45db81e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;