Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759974AbXJaV3t (ORCPT ); Wed, 31 Oct 2007 17:29:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754707AbXJaV3m (ORCPT ); Wed, 31 Oct 2007 17:29:42 -0400 Received: from mx1.redhat.com ([66.187.233.31]:42894 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753872AbXJaV3j (ORCPT ); Wed, 31 Oct 2007 17:29:39 -0400 Date: Wed, 31 Oct 2007 17:29:32 -0400 From: Dave Jones To: Linux Kernel Cc: per.liden@ericsson.com, jon.maloy@ericsson.com, allan.stephens@windriver.com Subject: [PATCH] Fix make headers_check for tipc Message-ID: <20071031212932.GA4933@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , per.liden@ericsson.com, jon.maloy@ericsson.com, allan.stephens@windriver.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 858 Lines: 28 make headers_check currently fails in mainline with.. include/linux/tipc_config.h requires linux/string.h, which does not exist in exported headers There's no reason to even include this in this header as far as I can tell. Signed-off-by: Dave Jones diff --git a/include/linux/tipc_config.h b/include/linux/tipc_config.h index b0c916d..83532ee 100644 --- a/include/linux/tipc_config.h +++ b/include/linux/tipc_config.h @@ -38,7 +38,6 @@ #define _LINUX_TIPC_CONFIG_H_ #include -#include #include /* -- http://www.codemonkey.org.uk - 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/