Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751140AbWJLTiA (ORCPT ); Thu, 12 Oct 2006 15:38:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751036AbWJLTiA (ORCPT ); Thu, 12 Oct 2006 15:38:00 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:62080 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S1751140AbWJLTh7 (ORCPT ); Thu, 12 Oct 2006 15:37:59 -0400 Date: Thu, 12 Oct 2006 14:37:53 -0500 (CDT) From: Brent Casavant Reply-To: Brent Casavant To: Andrew Morton cc: linux-kernel@vger.kernel.org, Jeremy Higdon , Pat Gefre Subject: Re: [PATCH 2/2] ioc4: Enable build on non-SN2 In-Reply-To: <20061011172332.8f7b354f.akpm@osdl.org> Message-ID: <20061012143353.J85966@pkunk.americas.sgi.com> References: <20061010120928.V71367@pkunk.americas.sgi.com> <20061011172332.8f7b354f.akpm@osdl.org> Organization: Silicon Graphics, Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1162 Lines: 33 When removing SN2 dependencies from the ioc4 master driver, I overlooked removing various SN-specific includes in the driver. These need to be removed to build on non-SN2 systems. Signed-off-by: Brent Casavant --- Note to Andrew: ioc4-enable-build-on-non-sn2-fix.patch in -mm should be removed once this patch is applied. This time I confirmed the results build on both SN2 and x86_64. ioc4.c | 3 --- 1 file changed, 3 deletions(-) --- Index: top/drivers/misc/ioc4.c =================================================================== --- top.orig/drivers/misc/ioc4.c 2006-10-12 12:56:40.000000000 -0500 +++ top/drivers/misc/ioc4.c 2006-10-12 12:57:35.368546949 -0500 @@ -32,9 +32,6 @@ #include #include #include -#include -#include -#include /*************** * Definitions * - 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/