From owner-svn-src-all@FreeBSD.ORG Thu Mar 20 20:55:57 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D57A179F; Thu, 20 Mar 2014 20:55:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1D7E18C; Thu, 20 Mar 2014 20:55:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2KKtvOO020561; Thu, 20 Mar 2014 20:55:57 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2KKtv5u020560; Thu, 20 Mar 2014 20:55:57 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201403202055.s2KKtv5u020560@svn.freebsd.org> From: Dimitry Andric Date: Thu, 20 Mar 2014 20:55:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r263447 - stable/9/sys/dev/ath/ath_hal/ar5416 X-SVN-Group: stable-9 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.17 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: Thu, 20 Mar 2014 20:55:57 -0000 Author: dim Date: Thu Mar 20 20:55:57 2014 New Revision: 263447 URL: http://svnweb.freebsd.org/changeset/base/263447 Log: MFC r243164 (by adrian): 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: stable/9/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/dev/ath/ath_hal/ar5416/ar5416desc.h ============================================================================== --- stable/9/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Thu Mar 20 20:51:08 2014 (r263446) +++ stable/9/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Thu Mar 20 20:55:57 2014 (r263447) @@ -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