From patchwork Wed Apr 9 01:28:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gang ZHAO X-Patchwork-Id: 3952051 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D57339F38C for ; Wed, 9 Apr 2014 01:29:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 28CD320497 for ; Wed, 9 Apr 2014 01:29:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5862C20495 for ; Wed, 9 Apr 2014 01:29:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758096AbaDIB3A (ORCPT ); Tue, 8 Apr 2014 21:29:00 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:34873 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756235AbaDIB26 (ORCPT ); Tue, 8 Apr 2014 21:28:58 -0400 Received: by mail-pd0-f171.google.com with SMTP id r10so1756852pdi.30 for ; Tue, 08 Apr 2014 18:28:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=Zkoc+j7O62Ox3CF+6/dHiW0zxPIYAB30xJhZZc0EXRw=; b=snEMEYM/RxvgdpR0m/yxJjh7d2Dby3d1i6Rd1hPmqpKfKCjJtKOsVvrbc5HrG1T4nl l84hAKNUZf9TpxVFNxokEFZoZUhF+KNG7M2vxvsE+bbirMwImrlMkAqH2pxN6ONb9Hon fLQo+EO2/Hvn0PIL0Wq1WkXufkrH5RW88YA3XCk28FKpCL2Kx8g/nCxwaPhEhQrUw41I BdrQTSZTtvM83hwb4Xyvr6OUWQf5goYGnbjlTvqIFVuCA5cYvCxRVDyC7A6UqS09Sh7B nCA4qtib/IXo1tVllqfEtv4UI3ku5XBHOYy38Q/ue8hR0V3kCqmjW4CLCfHu73603ABB ahBw== X-Received: by 10.69.25.69 with SMTP id io5mr8636897pbd.22.1397006938299; Tue, 08 Apr 2014 18:28:58 -0700 (PDT) Received: from localhost.localdomain ([61.157.126.15]) by mx.google.com with ESMTPSA id tu3sm17711799pab.1.2014.04.08.18.28.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Apr 2014 18:28:57 -0700 (PDT) From: "Zhao, Gang" To: Cc: Johannes Berg Subject: [PATCH 5/8] cfg80211: remove unnecessary include clauses (cfg80211.h) Date: Wed, 9 Apr 2014 09:28:10 +0800 Message-Id: <15e55cfd7a1dfa9e65bc2fe3210da5e71d922f34.1397006688.git.gamerh2o@gmail.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP is included by ; is included by ; and is included by . So just remove them. Signed-off-by: Zhao, Gang --- include/net/cfg80211.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index fb8afce..6e32623 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -13,13 +13,9 @@ #include #include #include -#include #include -#include #include -#include #include -#include #include /**