From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akinobu Mita Subject: Re: [PATCH 5/6] s390: use asm-generic/bitops/le.h Date: Tue, 26 Apr 2011 11:00:58 +0900 Message-ID: References: <1303638677-11211-1-git-send-email-akinobu.mita@gmail.com> <1303638677-11211-6-git-send-email-akinobu.mita@gmail.com> <20110425143319.f4c6e036.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-vx0-f174.google.com ([209.85.220.174]:55317 "EHLO mail-vx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932769Ab1DZCA7 convert rfc822-to-8bit (ORCPT ); Mon, 25 Apr 2011 22:00:59 -0400 In-Reply-To: <20110425143319.f4c6e036.akpm@linux-foundation.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Andrew Morton 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 2011/4/26 Andrew Morton : > 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? > >> =A0} >> =A0#define find_next_bit_le find_next_bit_le >> >> +#include >> + >> =A0#include >> > > Mainline arch/s390/include/asm/bitops.h doesn't have this inclusion. Oops, the change is only in my local tree. > Please recheck, redo and resend. OK, I will.