diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-10 17:53:38 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-10 17:53:38 +0000 |
commit | 1d1fef4cd5b04df1795c1fc7b0d9b92a1d14cb19 (patch) | |
tree | 48ffdb7b8e28093679524a993f52dbd10f55fc2d /sys | |
parent | 752b30688d178e71a271482cf41961c54cce1b10 (diff) |
misplaced #endif
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ar9380reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar9380reg.h b/sys/dev/ic/ar9380reg.h index 1c8aa80dead..515e9083623 100644 --- a/sys/dev/ic/ar9380reg.h +++ b/sys/dev/ic/ar9380reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9380reg.h,v 1.1 2010/05/10 17:44:21 damien Exp $ */ +/* $OpenBSD: ar9380reg.h,v 1.2 2010/05/10 17:53:37 damien Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -382,6 +382,7 @@ static const uint32_t ar9380_2_0_vals_2g40[] = { 0x0000019c, 0x000001ce, 0x00000150, 0x0000019c, 0x00800000, 0x00000000, 0x0000019c, 0x000001ce, 0x00000150 }; +#endif static const uint32_t ar9380_2_0_vals_2g20[] = { 0x00000023, 0x00000160, 0x0000018c, 0x00003e38, 0x08400b00, @@ -398,7 +399,6 @@ static const uint32_t ar9380_2_0_vals_2g20[] = { 0x0000019c, 0x000001ce, 0x00000150, 0x0000019c, 0x00800000, 0x00000000, 0x0000019c, 0x000001ce, 0x00000150 }; -#endif static const uint16_t ar9380_2_0_cm_regs[] = { P(0x040a4), P(0x07008), P(0x07020), P(0x07034), P(0x07038), |