Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 30 Sep 2002 09:49:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 30 Sep 2002 09:48:15 -0400 Received: from d06lmsgate-4.uk.ibm.com ([195.212.29.4]:26603 "EHLO d06lmsgate-4.uk.ibm.COM") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Mon, 30 Sep 2002 09:43:46 -0400 Content-Type: text/plain; charset="us-ascii" From: Martin Schwidefsky Organization: IBM Deutschland GmbH To: linux-kernel@vger.kernel.org, torvalds@transmeta.com Subject: [PATCH] 2.5.39 s390 (5/26): ibm partition. Date: Mon, 30 Sep 2002 14:52:23 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Message-Id: <200209301452.23560.schwidefsky@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1115 Lines: 40 Correct includes in ibm.c to make it compile. diff -urN linux-2.5.39/fs/partitions/ibm.c linux-2.5.39-s390/fs/partitions/ibm.c --- linux-2.5.39/fs/partitions/ibm.c Fri Sep 27 23:50:58 2002 +++ linux-2.5.39-s390/fs/partitions/ibm.c Mon Sep 30 13:25:30 2002 @@ -12,23 +12,16 @@ */ #include -#include -#include -#include -#include -#include -#include -#include +#include #include -#include -#include +#include +#include #include #include -#include +#include -#include "ibm.h" #include "check.h" -#include +#include "ibm.h" /* * compute the block number from a - 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/