Commit fefb5d38 authored by David S. Miller's avatar David S. Miller Committed by Jeff Garzik

[NET]: Make sock_ioctl truly static.

parent cce6e2b8
...@@ -726,8 +726,8 @@ int (*dlci_ioctl_hook)(unsigned int, void *); ...@@ -726,8 +726,8 @@ int (*dlci_ioctl_hook)(unsigned int, void *);
* what to do with it - that's up to the protocol still. * what to do with it - that's up to the protocol still.
*/ */
int sock_ioctl(struct inode *inode, struct file *file, unsigned int cmd, static int sock_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
unsigned long arg) unsigned long arg)
{ {
struct socket *sock; struct socket *sock;
int pid, err; int pid, err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment