Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752314AbYCOJCk (ORCPT ); Sat, 15 Mar 2008 05:02:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751259AbYCOJCa (ORCPT ); Sat, 15 Mar 2008 05:02:30 -0400 Received: from astoria.ccjclearline.com ([64.235.106.9]:40109 "EHLO astoria.ccjclearline.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751253AbYCOJC3 (ORCPT ); Sat, 15 Mar 2008 05:02:29 -0400 Date: Sat, 15 Mar 2008 05:02:24 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: Linux Kernel Mailing List cc: Andrew Morton Subject: [PATCH] Remove superfluous include of string.h from percpu.h. Message-ID: User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1439 Lines: 44 There's nothing in percpu.h that requires an explicit inclusion of string.h. Signed-off-by: Robert P. J. Day --- after how hideously i embarrassed myself with that earlier exchange, i am by god going to get a patch out of this. :-) compile-tested on x86 after "make allyesconfig", so that deletion did not appear to cause any breakage anywhere in the tree. p.s. for the [PATCH] subject line, what kernel subsystem would be used for things like the header files? diff --git a/include/linux/percpu.h b/include/linux/percpu.h index 1ac9697..d746a2a 100644 --- a/include/linux/percpu.h +++ b/include/linux/percpu.h @@ -4,7 +4,6 @@ #include #include /* For kmalloc() */ #include -#include /* For memset() */ #include #include ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry: Have classroom, will lecture. http://crashcourse.ca Waterloo, Ontario, CANADA ======================================================================== -- 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/