Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- include/block.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/block.h b/include/block.h index cfa4cb9..ef36f58 100644 --- a/include/block.h +++ b/include/block.h @@ -8,8 +8,6 @@ struct block_device; struct block_device_ops { int (*read)(struct block_device *, void *buf, int block, int num_blocks); int (*write)(struct block_device *, const void *buf, int block, int num_blocks); - int (*read_start)(struct block_device *, void *buf, int block, int num_blocks); - int (*read_done)(struct block_device *); }; struct chunk; -- 1.8.2.rc2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox