From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.mei.co.jp ([133.183.100.20]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YGgBr-00084D-HA for barebox@lists.infradead.org; Thu, 29 Jan 2015 03:54:49 +0000 Received: from mail-gw.jp.panasonic.com ([157.8.1.157]) by smtp.mei.co.jp (8.12.11.20060614/3.7W/kc-maile13) with ESMTP id t0T3sPW5021039 for ; Thu, 29 Jan 2015 12:54:25 +0900 (JST) Received: from epochmail.jp.panasonic.com ([157.8.1.130]) by mail.jp.panasonic.com (8.11.6p2/3.7W/kc-maili12) with ESMTP id t0T3sPo20305 for ; Thu, 29 Jan 2015 12:54:25 +0900 Date: Thu, 29 Jan 2015 12:54:20 +0900 From: Masahiro Yamada In-Reply-To: <1422497647-28863-1-git-send-email-yamada.m@jp.panasonic.com> References: <1422497647-28863-1-git-send-email-yamada.m@jp.panasonic.com> Message-Id: <20150129125419.69CD.AA925319@jp.panasonic.com> MIME-Version: 1.0 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 0/3] Slim down include/common.h more To: barebox@lists.infradead.org On Thu, 29 Jan 2015 11:14:04 +0900 Masahiro Yamada wrote: > > > > Masahiro Yamada (3): > linux/bug.h: move BUILD_BUG_ON*() macros > asm-generic/bug.h: move BUG(), BUG_ON(), WARN(), WARN_ON() macros > linux/kernel.h: move some macros and prototypes > > include/asm-generic/bug.h | 37 ++++++++++++++++ > include/common.h | 108 ---------------------------------------------- > include/linux/bug.h | 30 +++++++++++++ > include/linux/kernel.h | 61 ++++++++++++++++++++++++++ > 4 files changed, 128 insertions(+), 108 deletions(-) > create mode 100644 include/asm-generic/bug.h > create mode 100644 include/linux/bug.h > > -- > 1.9.1 Sascha, Please apply this series to for-next/minmax branch to avoid conflicts. Best Regards Masahiro Yamada _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox