From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Wed, 30 Apr 2014 10:33:23 +0200 Subject: [U-Boot] [PATCH v5 02/12] part: header fix In-Reply-To: <1398712412-15503-3-git-send-email-m.zalega@samsung.com> References: <1389277919-15279-1-git-send-email-m.zalega@samsung.com> <1398712412-15503-1-git-send-email-m.zalega@samsung.com> <1398712412-15503-3-git-send-email-m.zalega@samsung.com> Message-ID: <20140430103323.0c1a3d3b@amdc2363> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, > Implementation made use of types defined in common.h, even though it > wasn't #included. It worked in circumstances when .c files included > every needed header (all). > > Signed-off-by: Mateusz Zalega > Cc: Tom Rini > Cc: Minkyu Kang > --- > Changes since v1: > - none > --- > include/part.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/part.h b/include/part.h > index 4beb6db..53532dc 100644 > --- a/include/part.h > +++ b/include/part.h > @@ -8,6 +8,7 @@ > #define _PART_H > > #include > +#include > > typedef struct block_dev_desc { > int if_type; /* type of the interface > */ I've agreed with Marek Vasut about those patches. I will take them to u-boot-dfu tree and send PR to Marek. Since this is a cleanup patch (not connected to DFU/USB) I would like to take it to the u-boot-dfu to prevent it from being vanished on the ML. Tom, could you ACK this patch? And then I will add it to u-boot-dfu. -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group