Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755281AbYABCuL (ORCPT ); Tue, 1 Jan 2008 21:50:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752985AbYABCt7 (ORCPT ); Tue, 1 Jan 2008 21:49:59 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]:49041 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752217AbYABCt6 (ORCPT ); Tue, 1 Jan 2008 21:49:58 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=JSOvCRRMLe8Ut9cN6v+A2RXLCUHxmPi4QGLKFAvnkl6opuGFMWOg6V+dyj0LTx3paJnBRKnaB5BqGTNLYqTThw9H0UBmMgPXsVG/87QHYu7+oK0bHucUJeyeWgTyVZSrWjT4d9TADdegxS8L8sHUO77Nj9c/aqS1rxdBM0q/rEE= From: Jesper Juhl To: LKML Subject: [PATCH 1/3] Nuke duplicate include from printk.c Date: Wed, 2 Jan 2008 03:44:56 +0100 User-Agent: KMail/1.9.7 Cc: Andrew Morton , Jesper Juhl References: <200801020339.00698.jesper.juhl@gmail.com> In-Reply-To: <200801020339.00698.jesper.juhl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801020344.56809.jesper.juhl@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 754 Lines: 31 From: Jesper Juhl Remove the duplicate inclusion of linux/jiffies.h from kernel/printk.c Signed-off-by: Jesper Juhl --- printk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/printk.c b/kernel/printk.c index 89011bf..b4bca0d 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -32,7 +32,6 @@ #include #include #include -#include #include -- 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/