From owner-svn-src-all@FreeBSD.ORG Sun Nov 18 20:41:46 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF0B8CBA; Sun, 18 Nov 2012 20:41:46 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B378A8FC13; Sun, 18 Nov 2012 20:41:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAIKfkXX006911; Sun, 18 Nov 2012 20:41:46 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAIKfk52006910; Sun, 18 Nov 2012 20:41:46 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201211182041.qAIKfk52006910@svn.freebsd.org> From: Adrian Chadd Date: Sun, 18 Nov 2012 20:41:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243249 - head/sys/dev/ath/ath_hal/ar5211 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2012 20:41:46 -0000 Author: adrian Date: Sun Nov 18 20:41:46 2012 New Revision: 243249 URL: http://svnweb.freebsd.org/changeset/base/243249 Log: Remove this include, it isn't needed. Modified: head/sys/dev/ath/ath_hal/ar5211/ar5211desc.h Modified: head/sys/dev/ath/ath_hal/ar5211/ar5211desc.h ============================================================================== --- head/sys/dev/ath/ath_hal/ar5211/ar5211desc.h Sun Nov 18 19:39:42 2012 (r243248) +++ head/sys/dev/ath/ath_hal/ar5211/ar5211desc.h Sun Nov 18 20:41:46 2012 (r243249) @@ -19,8 +19,6 @@ #ifndef _DEV_ATH_AR5211DESC_H #define _DEV_ATH_AR5211DESC_H -#include "ah_desc.h" - /* * Defintions for the DMA descriptors used by the Atheros * AR5211 and AR5110 Wireless Lan controller parts.