dm: sandbox: Drop non-BLK code from host implementation
This is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
#define SANDBOX_HOST_MAX_DEVICES 4
|
||||
|
||||
struct host_block_dev {
|
||||
#ifndef CONFIG_BLK
|
||||
struct blk_desc blk_dev;
|
||||
#endif
|
||||
char *filename;
|
||||
int fd;
|
||||
};
|
||||
|
Reference in New Issue
Block a user