From c1b344f7df4957eed8d60f5c0607cea62212c1f4 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 22 May 2014 10:42:35 +1000 Subject: [PATCH] fs-add-generic-data-flush-to-fsync-fix-fix fix warning Cc: Fabian Frederick Signed-off-by: Andrew Morton --- include/linux/blkdev.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 5e14a3382bf4..177b8db5469f 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1589,6 +1589,9 @@ struct block_device_operations { extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int, unsigned long); #else /* CONFIG_BLOCK */ + +struct block_device; + /* * stubs for when the block layer is configured out */ -- 2.39.5