svn commit: r263447 - stable/9/sys/dev/ath/ath_hal/ar5416

Dimitry Andric dim at FreeBSD.org
Thu Mar 20 20:55:57 UTC 2014


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 


More information about the svn-src-stable-9 mailing list