diff --git a/[refs] b/[refs] index 540a1dcdba58..0e322a1f0cda 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8daaa83145ef1f0a146680618328dbbd0fa76939 +refs/heads/master: e46ebd27823b27273da780376d54c080250ff1a2 diff --git a/trunk/include/linux/anon_inodes.h b/trunk/include/linux/anon_inodes.h index 69a21e0ebd33..8013a45242fe 100644 --- a/trunk/include/linux/anon_inodes.h +++ b/trunk/include/linux/anon_inodes.h @@ -8,6 +8,8 @@ #ifndef _LINUX_ANON_INODES_H #define _LINUX_ANON_INODES_H +struct file_operations; + struct file *anon_inode_getfile(const char *name, const struct file_operations *fops, void *priv, int flags);