]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
fs-add-generic-data-flush-to-fsync-fix-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 22 May 2014 00:42:35 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:42:35 +0000 (10:42 +1000)
fix warning

Cc: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/blkdev.h

index 5e14a3382bf4af7c773fde5c842baa9a5b40bb9d..177b8db5469f647919b819b2b9d5e9f43902dff4 100644 (file)
@@ -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
  */