From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jOeWq-0002AW-CO for barebox@lists.infradead.org; Wed, 15 Apr 2020 09:40:21 +0000 Date: Wed, 15 Apr 2020 11:40:18 +0200 From: Sascha Hauer Message-ID: <20200415094018.GL1694@pengutronix.de> References: <20200415075917.54999-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200415075917.54999-1-masahiroy@kernel.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] libfdt: update and to Linux 5.7-rc1 To: Masahiro Yamada Cc: barebox@lists.infradead.org On Wed, Apr 15, 2020 at 04:59:17PM +0900, Masahiro Yamada wrote: > Fix the relative include path in > > Including is too much. is enough > for INT_MAX. > > Define INT32_MAX and UINT32_MAX in the same way as Linux does. > > Signed-off-by: Masahiro Yamada > --- > > include/linux/libfdt.h | 2 +- > include/linux/libfdt_env.h | 7 ++++--- > 2 files changed, 5 insertions(+), 4 deletions(-) Applied, thanks. > > diff --git a/include/linux/libfdt.h b/include/linux/libfdt.h > index ef2467213..90ed4ebfa 100644 > --- a/include/linux/libfdt.h > +++ b/include/linux/libfdt.h > @@ -3,6 +3,6 @@ > #define _INCLUDE_LIBFDT_H_ > > #include > -#include "../scripts/dtc/libfdt/libfdt.h" > +#include "../../scripts/dtc/libfdt/libfdt.h" I wonder why this obviously wrong path worked before. Sascha -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox