[PATCH 1/4] block: remove unused read_start and read_done ops
Sascha Hauer
s.hauer at pengutronix.de
Fri May 31 06:38:03 EDT 2013
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
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
More information about the barebox
mailing list