1
0
Fork 0

Revert "fuse: Fix build error" as unnecessary

This reverts commit 097041e576.

Trond had a better fix, which is the parent of this one ("Fix compile
error due to congestion_wait() changes")

Requested-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Linus Torvalds 2009-07-11 11:22:34 -07:00
parent 373c0a7ed3
commit 81e4e1ba7e
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
#include <linux/pagemap.h>
#include <linux/file.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
MODULE_ALIAS_MISCDEV(FUSE_MINOR);

View File

@ -19,7 +19,6 @@
#include <linux/nfs_mount.h>
#include <linux/nfs_page.h>
#include <linux/backing-dev.h>
#include <linux/blkdev.h>
#include <asm/uaccess.h>