From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by ozlabs.org (Postfix) with ESMTP id 33081DE032 for ; Sat, 26 Jul 2008 21:37:58 +1000 (EST) Received: by ti-out-0910.google.com with SMTP id w7so2006638tib.13 for ; Sat, 26 Jul 2008 04:37:56 -0700 (PDT) Date: Sat, 26 Jul 2008 19:37:54 +0800 From: Huang Weiyi To: leoli@freescale.com Subject: ucc_geth_ethtool.c: removed duplicated include Message-Id: <20080726115456.F237.WEIYI.HUANG@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Cc: 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"