From owner-svn-src-all@FreeBSD.ORG Fri Nov 16 20:04:47 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 0795F611; Fri, 16 Nov 2012 20:04:47 +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 DAA708FC17; Fri, 16 Nov 2012 20:04: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 qAGK4j24054315; Fri, 16 Nov 2012 20:04:45 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAGK4jKn054314; Fri, 16 Nov 2012 20:04:45 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201211162004.qAGK4jKn054314@svn.freebsd.org> From: Adrian Chadd Date: Fri, 16 Nov 2012 20:04:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243164 - head/sys/dev/ath/ath_hal/ar5416 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: Fri, 16 Nov 2012 20:04:47 -0000 Author: adrian Date: Fri Nov 16 20:04:45 2012 New Revision: 243164 URL: http://svnweb.freebsd.org/changeset/base/243164 Log: I'm not sure why ah_desc.h was required here, but it doesn't _need_ to be. So, just toss it. There's no options or ah_desc fields in here. Whilst I'm here, fix up the #ifdef and #define to mach. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Fri Nov 16 19:58:15 2012 (r243163) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Fri Nov 16 20:04:45 2012 (r243164) @@ -17,12 +17,11 @@ * $FreeBSD$ */ #ifndef _ATH_AR5416_DESC_H_ -#define _ATH_AR5416_DESC_H +#define _ATH_AR5416_DESC_H_ /* * Hardware-specific descriptor structures. */ -#include "ah_desc.h" /* XXX Need to replace this with a dynamic * method of determining Owl2 if possible