From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by ozlabs.org (Postfix) with ESMTP id 84D0BDDECF for ; Sat, 10 May 2008 11:07:25 +1000 (EST) Received: by wa-out-1112.google.com with SMTP id n7so1840861wag.13 for ; Fri, 09 May 2008 18:07:23 -0700 (PDT) Date: Sat, 10 May 2008 09:07:22 +0800 From: Huang Weiyi To: leoli@freescale.com Subject: ucc_geth_ethtool.c: removed duplicated include Message-Id: <20080510090517.244A.WEIYI.HUANG@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Cc: netdev@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Removed duplicated include in drivers/net/ucc_geth_ethtool.c. Signed-off-by: Huang Weiyi --- a/drivers/net/ucc_geth_ethtool.c 2008-05-10 08:41:10.000000000 +0800 +++ b/drivers/net/ucc_geth_ethtool.c 2008-05-10 08:41:42.000000000 +0800 @@ -37,7 +37,6 @@ #include #include #include -#include #include "ucc_geth.h" #include "ucc_geth_mii.h"