Revert "fuse: Fix build error" as unnecessary

This reverts commit 097041e576ee3a50d92dd643ee8ca65bf6a62e21.

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>

-2
-1
fs/fuse/dev.c
··· 16 16 #include <linux/pagemap.h> 17 17 #include <linux/file.h> 18 18 #include <linux/slab.h> 19 - #include <linux/blkdev.h> 20 19 21 20 MODULE_ALIAS_MISCDEV(FUSE_MINOR); 22 21
-1
fs/nfs/write.c
··· 19 19 #include <linux/nfs_mount.h> 20 20 #include <linux/nfs_page.h> 21 21 #include <linux/backing-dev.h> 22 - #include <linux/blkdev.h> 23 22 24 23 #include <asm/uaccess.h> 25 24