svn commit: r243164 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Fri Nov 16 20:04:47 UTC 2012


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 


More information about the svn-src-head mailing list