Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 21 Jan 2003 18:25:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 21 Jan 2003 18:25:34 -0500 Received: from host194.steeleye.com ([66.206.164.34]:23306 "EHLO pogo.mtv1.steeleye.com") by vger.kernel.org with ESMTP id ; Tue, 21 Jan 2003 18:25:30 -0500 Message-Id: <200301212334.h0LNYPF03207@localhost.localdomain> X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 To: Andries.Brouwer@cwi.nl cc: James.Bottomley@SteelEye.com, linux-kernel@vger.kernel.org Subject: Re: 3c509.c Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 21 Jan 2003 18:34:25 -0500 From: James Bottomley X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Please Don't do this: #include #include #include +#include #include If you're getting MCA_NOTFOUND undefined, it's because CONFIG_MCA_LEGACY isn't set when mca.h is included (either because it's not in your kernel config, or possibly because config.h isn't included into the right place in the driver---the latter doesn't look to be the problem for 3c509.c). James - 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/