Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753189AbYKACoU (ORCPT ); Fri, 31 Oct 2008 22:44:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751561AbYKACoJ (ORCPT ); Fri, 31 Oct 2008 22:44:09 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:54870 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751883AbYKACoI (ORCPT ); Fri, 31 Oct 2008 22:44:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=F8RdzZP4164kc94eu/q80gSKkZ3SbksvjGcdyTE5eED97oJAKzo1SFkKKrBxnTZe6b IPYEhqyYUZBVkXD0ZRMy39uKTjwIVfqahWvWKwYRpFRvy/m25dtBYAco4uO0Ba+6yfBD /RevhnEFZJdPyRQc1qtNb3rC8gtOupeKnz77I= Date: Sat, 1 Nov 2008 05:43:59 +0300 From: Alexander Beregalov To: linux-kernel@vger.kernel.org, gregkh@suse.de Subject: [PATCH] Staging: remove double #include Message-ID: <20081101024359.GD14519@orion> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1183 Lines: 38 Signed-off-by: Alexander Beregalov --- drivers/staging/echo/echo.c | 1 - drivers/staging/me4000/me4000.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/echo/echo.c b/drivers/staging/echo/echo.c index b8f2c5e..fd4007e 100644 --- a/drivers/staging/echo/echo.c +++ b/drivers/staging/echo/echo.c @@ -106,7 +106,6 @@ #include /* We're doing kernel work */ #include -#include #include #include "bit_operations.h" diff --git a/drivers/staging/me4000/me4000.c b/drivers/staging/me4000/me4000.c index 0b33773..cddac25 100644 --- a/drivers/staging/me4000/me4000.c +++ b/drivers/staging/me4000/me4000.c @@ -39,7 +39,6 @@ #include #include #include -#include /* Include-File for the Meilhaus ME-4000 I/O board */ #include "me4000.h" -- 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/