Skip to content
Snippets Groups Projects
Commit 901720af authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 668ebab4 de195fd0
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ extern void mykfree(void *); ...@@ -54,7 +54,7 @@ extern void mykfree(void *);
static unsigned int (*sock_poll)(struct file *, poll_table *); static unsigned int (*sock_poll)(struct file *, poll_table *);
static const struct file_operations socksys_file_ops = { static struct file_operations socksys_file_ops = {
/* Currently empty */ /* Currently empty */
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment