X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsandboxblockdev.h;h=c1f0afb337d7b118850087fbacf99b36f725aa63;hb=e4b91f085d4259f187052ff724c80af38fc11b18;hp=59f951934660c83434ed7af65110cf7f7ef0efdc;hpb=4101f6879256720b30df712089a3df18565f9203;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/sandboxblockdev.h b/include/sandboxblockdev.h index 59f9519..c1f0afb 100644 --- a/include/sandboxblockdev.h +++ b/include/sandboxblockdev.h @@ -1,14 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2013, Henrik Nordstrom - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __SANDBOX_BLOCK_DEV__ #define __SANDBOX_BLOCK_DEV__ struct host_block_dev { +#ifndef CONFIG_BLK struct blk_desc blk_dev; +#endif char *filename; int fd; };