svn commit: r243168 - head/sys/dev/ath/ath_hal/ar5212

Adrian Chadd adrian at FreeBSD.org
Sat Nov 17 02:00:34 UTC 2012


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.


More information about the svn-src-all mailing list