Commit 63206b3b authored by David S. Miller's avatar David S. Miller

[NET]: Undo marking sock_alloc() as static, still exported to modules.

parent 54d05783
...@@ -457,7 +457,7 @@ struct socket *sockfd_lookup(int fd, int *err) ...@@ -457,7 +457,7 @@ struct socket *sockfd_lookup(int fd, int *err)
* NULL is returned. * NULL is returned.
*/ */
static struct socket *sock_alloc(void) struct socket *sock_alloc(void)
{ {
struct inode * inode; struct inode * inode;
struct socket * sock; struct socket * sock;
......
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