Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2012 02:00:33 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243168 - head/sys/dev/ath/ath_hal/ar5212
Message-ID:  <201211170200.qAH20Xv4002185@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Nov 17 02:00:33 2012
New Revision: 243168
URL: http://svnweb.freebsd.org/changeset/base/243168

Log:
  Remove the ah_desc.h reference; it's not needed.
  
  I'm using these descriptor header files in userland and I'm trying to
  avoid populating a compatibility ah_desc.h file.

Modified:
  head/sys/dev/ath/ath_hal/ar5212/ar5212desc.h

Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212desc.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5212/ar5212desc.h	Sat Nov 17 01:57:45 2012	(r243167)
+++ head/sys/dev/ath/ath_hal/ar5212/ar5212desc.h	Sat Nov 17 02:00:33 2012	(r243168)
@@ -22,7 +22,6 @@
 /*
  * Hardware-specific descriptor structures.
  */
-#include "ah_desc.h"
 
 /*
  * AR5212-specific tx/rx descriptor definition.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211170200.qAH20Xv4002185>