From ff1f0e414a6eafd76c6e8ec114bebf6df6c49d68 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 29 Oct 2022 19:47:03 -0600 Subject: dm: sandbox: Drop non-BLK code from host implementation This is not used anymore. Drop it. Signed-off-by: Simon Glass --- include/sandboxblockdev.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sandboxblockdev.h') diff --git a/include/sandboxblockdev.h b/include/sandboxblockdev.h index dc983f0417b..0528f891b12 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; }; -- cgit v1.2.3