From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 5/6] s390: use asm-generic/bitops/le.h Date: Mon, 25 Apr 2011 14:33:19 -0700 Message-ID: <20110425143319.f4c6e036.akpm@linux-foundation.org> References: <1303638677-11211-1-git-send-email-akinobu.mita@gmail.com> <1303638677-11211-6-git-send-email-akinobu.mita@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:32812 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932378Ab1DYVeS (ORCPT ); Mon, 25 Apr 2011 17:34:18 -0400 In-Reply-To: <1303638677-11211-6-git-send-email-akinobu.mita@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, arnd@arndb.de, Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, linux-s390@vger.kernel.org On Sun, 24 Apr 2011 18:51:16 +0900 Akinobu Mita wrote: > The previous style change enables to use asm-generic/bitops/le.h > on s390. What kernel version is this patchset against? > } > #define find_next_bit_le find_next_bit_le > > +#include > + > #include > Mainline arch/s390/include/asm/bitops.h doesn't have this inclusion. Please recheck, redo and resend.