From patchwork Wed Apr 9 01:28:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gang ZHAO X-Patchwork-Id: 3952061 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CD0C5BFF02 for ; Wed, 9 Apr 2014 01:29:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1F68D20497 for ; Wed, 9 Apr 2014 01:29:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5791120495 for ; Wed, 9 Apr 2014 01:29:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758107AbaDIB3E (ORCPT ); Tue, 8 Apr 2014 21:29:04 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:40028 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756235AbaDIB3B (ORCPT ); Tue, 8 Apr 2014 21:29:01 -0400 Received: by mail-pd0-f174.google.com with SMTP id y13so1762174pdi.33 for ; Tue, 08 Apr 2014 18:29:00 -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=jyY3JMVIWyx0aMz+a2ALy+sPgWbTSIHpMEUX3AZ2Gxs=; b=W/6GkQPkUrqjnNsa7qlNCBLSjHCA1u928UHwaM5uxNH1IeU/8KFek4ttwOa53Cbpc1 7ai1owUgoxP4jgTFvKtr/+mKeNVYCi+dE1vqALIGXU6CHW5sV1oGmitNJOc0wolHkDcI +NLuMEQxtvH4FqaqN7w3vIw7HUxStcsuUJ+L7tFeXMzcK1sNN3D/hxenCmGpM+I9eYsc jSMSQIrnvL40olhMTnm8HIYUaphsVGxZdJjZRyYgg9Xz3t4FAWgFvmXWWr+3XpH7isZj FRcG0YT3V6mgslXH8kKNOWEUESKaTWDUjY3vEUatap6ZpAnF5WLv1nE4obDRdSHnzpaG JQyQ== X-Received: by 10.68.136.2 with SMTP id pw2mr8192037pbb.167.1397006940583; Tue, 08 Apr 2014 18:29:00 -0700 (PDT) Received: from localhost.localdomain ([61.157.126.15]) by mx.google.com with ESMTPSA id tu3sm17711799pab.1.2014.04.08.18.28.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Apr 2014 18:29:00 -0700 (PDT) From: "Zhao, Gang" To: Cc: Johannes Berg Subject: [PATCH 6/8] mac80211: remove unnecessary include clauses (mac80211.h) Date: Wed, 9 Apr 2014 09:28:11 +0800 Message-Id: <1ba53edc82eb5d3019c04079b192535863d4c441.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 , , , and are all directly or indirectly included by . So just remove them. Signed-off-by: Zhao, Gang --- include/net/mac80211.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 604e279..7d7d828 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -13,11 +13,6 @@ #ifndef MAC80211_H #define MAC80211_H -#include -#include -#include -#include -#include #include #include