aboutsummaryrefslogtreecommitdiff
path: root/include/sandboxblockdev.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-29 19:47:03 -0600
committerSimon Glass <sjg@chromium.org>2022-11-07 16:24:30 -0700
commitff1f0e414a6eafd76c6e8ec114bebf6df6c49d68 (patch)
tree5a134efc9bfbe1e22a73349f48a6c2524df9406d /include/sandboxblockdev.h
parent88bd8ee106591eb900561715c44ad04441afc0e3 (diff)
dm: sandbox: Drop non-BLK code from host implementation
This is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/sandboxblockdev.h')
-rw-r--r--include/sandboxblockdev.h3
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;
};