Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2012 20:04:45 +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: r243164 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201211162004.qAGK4jKn054314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 



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