From patchwork Wed Oct 7 14:52:13 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John W. Linville" X-Patchwork-Id: 52294 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n97FAt0M026023 for ; Wed, 7 Oct 2009 15:10:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757954AbZJGPBo (ORCPT ); Wed, 7 Oct 2009 11:01:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757626AbZJGPBo (ORCPT ); Wed, 7 Oct 2009 11:01:44 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:43685 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753392AbZJGPBn (ORCPT ); Wed, 7 Oct 2009 11:01:43 -0400 Received: from uucp by smtp.tuxdriver.com with local-rmail (Exim 4.63) (envelope-from ) id 1MvY0o-0008Rp-9t; Wed, 07 Oct 2009 11:01:06 -0400 Received: from linville-t400.local (linville-t400.local [127.0.0.1]) by linville-t400.local (8.14.3/8.14.3) with ESMTP id n97EqDGk024478; Wed, 7 Oct 2009 10:52:13 -0400 Received: (from linville@localhost) by linville-t400.local (8.14.3/8.14.3/Submit) id n97EqDtU024477; Wed, 7 Oct 2009 10:52:13 -0400 From: "John W. Linville" To: linux-wireless@vger.kernel.org Cc: "John W. Linville" Subject: [PATCH] net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.h Date: Wed, 7 Oct 2009 10:52:13 -0400 Message-Id: <1254927133-24445-1-git-send-email-linville@tuxdriver.com> X-Mailer: git-send-email 1.6.2.5 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org diff --git a/net/wireless/ethtool.h b/net/wireless/ethtool.h index 70cbee1..695ecad 100644 --- a/net/wireless/ethtool.h +++ b/net/wireless/ethtool.h @@ -1,8 +1,6 @@ #ifndef __CFG80211_ETHTOOL__ #define __CFG80211_ETHTOOL__ -#include - extern const struct ethtool_ops cfg80211_ethtool_ops; #endif /* __CFG80211_ETHTOOL__ */