Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932639AbZDHVdP (ORCPT ); Wed, 8 Apr 2009 17:33:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1765443AbZDHVcw (ORCPT ); Wed, 8 Apr 2009 17:32:52 -0400 Received: from sorrow.cyrius.com ([65.19.161.204]:51462 "EHLO sorrow.cyrius.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765209AbZDHVcu (ORCPT ); Wed, 8 Apr 2009 17:32:50 -0400 Date: Wed, 8 Apr 2009 14:32:40 -0700 From: Martin Michlmayr To: Alexander Beregalov Cc: LKML , rathamahata@php4.ru, linux-fsdevel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH] befs: fix build on parisc Message-ID: <20090408213240.GA12401@deprecation.cyrius.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1248 Lines: 41 * Alexander Beregalov [2009-04-01 17:32]: > Fix this build error on parisc: > fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared Same on ARM and MIPS, and your patch fixes it. I hope this will go in soon. Tested-by: Martin Michlmayr > Signed-off-by: Alexander Beregalov > --- > > fs/befs/super.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/fs/befs/super.c b/fs/befs/super.c > index 41f2b4d..ca40f82 100644 > --- a/fs/befs/super.c > +++ b/fs/befs/super.c > @@ -8,6 +8,7 @@ > */ > > #include > +#include /* for PAGE_SIZE */ > > #include "befs.h" > #include "super.h" > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Martin Michlmayr http://www.cyrius.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/