Date: Tue, 7 Jun 2011 14:00:47 +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: r222821 - head/sys/dev/ath/ath_hal/ar5212 Message-ID: <201106071400.p57E0lXR086427@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Tue Jun 7 14:00:47 2011 New Revision: 222821 URL: http://svn.freebsd.org/changeset/base/222821 Log: Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h. Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c Tue Jun 7 12:00:29 2011 (r222820) +++ head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c Tue Jun 7 14:00:47 2011 (r222821) @@ -21,9 +21,7 @@ #include "ah.h" #include "ah_internal.h" #include "ah_devid.h" -#ifdef AH_DEBUG #include "ah_desc.h" /* NB: for HAL_PHYERR* */ -#endif #include "ar5212/ar5212.h" #include "ar5212/ar5212reg.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106071400.p57E0lXR086427>