From a64807419101faff20b3a56c347e849cb9059808 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 11 Feb 2009 22:34:22 +0000 Subject: [PATCH] fix both instances of name Pointy hat: sam --- sys/dev/ath/ath_hal/ah_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h index 821a0aa1732b..4b05e8ad9b4a 100644 --- a/sys/dev/ath/ath_hal/ah_internal.h +++ b/sys/dev/ath/ath_hal/ah_internal.h @@ -79,7 +79,7 @@ struct ath_hal_chip { }; #ifndef AH_CHIP #define AH_CHIP(_name, _probe, _attach) \ -static struct ath_hal_chip name##_chip = { \ +static struct ath_hal_chip _name##_chip = { \ .name = #_name, \ .probe = _probe, \ .attach = _attach \