From patchwork Sun Aug 26 01:47:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 180016 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DBFCA2C00EB for ; Sun, 26 Aug 2012 11:47:14 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754749Ab2HZBrJ (ORCPT ); Sat, 25 Aug 2012 21:47:09 -0400 Received: from mail-qa0-f46.google.com ([209.85.216.46]:39957 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753408Ab2HZBrH (ORCPT ); Sat, 25 Aug 2012 21:47:07 -0400 Received: by qaas11 with SMTP id s11so1225375qaa.19 for ; Sat, 25 Aug 2012 18:47:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=07m9J208qX2AAQ+nqOg2p0QsdpYBEhWJYc1d1IgGbCs=; b=yD1HhR8V5QndiiWrQuZ1m0rM4foX7Mv1TV36a2mgPwIWix8sqkKPeH5VgyyUsgrSSJ eThS6zBIu8+bNU/yLCbRikAQja29RMIsrqtMOvvi9RYsVBcdmB3byg9ltE2boIleGbui i3ElHowPOaaaOr9V52M7gnFsWk9krgtqquVBhdwbMMc1opb2TDUVGd/a0auz3sAnEvua kFPuOfqTO24rOkf/yclS73/UsmB3TgWYE7Hxx3+QUTbwVjTO/1Z83aO4hvBTWlQmaAzY fWg8EyQbQ6NMLxM97Yg92FbsoXV8POaTw2lSwle65EWN5ABilfDGW9GHkm7PSqln8PcP mvJA== MIME-Version: 1.0 Received: by 10.224.196.132 with SMTP id eg4mr16549482qab.93.1345945626399; Sat, 25 Aug 2012 18:47:06 -0700 (PDT) Received: by 10.229.146.194 with HTTP; Sat, 25 Aug 2012 18:47:06 -0700 (PDT) Date: Sun, 26 Aug 2012 09:47:06 +0800 Message-ID: Subject: wl12xx: remove duplicated include from main.c From: Wei Yongjun To: coelho@ti.com, linville@tuxdriver.com Cc: yongjun_wei@trendmicro.com.cn, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- drivers/net/wireless/ti/wl12xx/main.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index f429fc1..284adec 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c @@ -32,7 +32,6 @@ #include "../wlcore/acx.h" #include "../wlcore/tx.h" #include "../wlcore/rx.h" -#include "../wlcore/io.h" #include "../wlcore/boot.h" #include "wl12xx.h"