dm: sandbox: Drop non-BLK code from host implementation
[platform/kernel/u-boot.git] / include / sandboxblockdev.h
index dc983f0..0528f89 100644 (file)
@@ -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;
 };