diff options
Diffstat (limited to 'include/sandboxblockdev.h')
-rw-r--r-- | include/sandboxblockdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sandboxblockdev.h b/include/sandboxblockdev.h index dc983f0417..0528f891b1 100644 --- a/include/sandboxblockdev.h +++ b/include/sandboxblockdev.h @@ -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; }; |