diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-02-23 18:36:45 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-02-23 18:36:45 +0000 |
commit | 2994da7d3c91c417fc12381ee6a128c6f2827ba0 (patch) | |
tree | 7421b139fd11d2a7a3cfbc7fa5cc7eccacb68d95 /sys/sparc64/pci | |
parent | f9d498ad600935dfdec60acf83e6a206dfa30d0c (diff) | |
download | src-2994da7d3c91c417fc12381ee6a128c6f2827ba0.tar.gz src-2994da7d3c91c417fc12381ee6a128c6f2827ba0.zip |
Remove more superfluous const specifiers.
Notes
Notes:
svn path=/projects/clang-sparc64/; revision=262376
Diffstat (limited to 'sys/sparc64/pci')
-rw-r--r-- | sys/sparc64/pci/firereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/pci/firereg.h b/sys/sparc64/pci/firereg.h index 650eb8cb8b34..247a3f7d33a8 100644 --- a/sys/sparc64/pci/firereg.h +++ b/sys/sparc64/pci/firereg.h @@ -922,7 +922,7 @@ #define FO_XBC_PRF_CNT_SHFT 0 /* Lookup tables */ -const uint16_t const fire_freq_nak_tmr_thrs[6][4] = { +const uint16_t fire_freq_nak_tmr_thrs[6][4] = { { 0x00ed, 0x049, 0x043, 0x030 }, { 0x01a0, 0x076, 0x06b, 0x048 }, { 0x022f, 0x09a, 0x056, 0x056 }, @@ -931,7 +931,7 @@ const uint16_t const fire_freq_nak_tmr_thrs[6][4] = { { 0x102f, 0x41a, 0x216, 0x216 } }; -const uint16_t const fire_rply_tmr_thrs[6][4] = { +const uint16_t fire_rply_tmr_thrs[6][4] = { { 0x0379, 0x112, 0x0fc, 0x0b4 }, { 0x0618, 0x1BA, 0x192, 0x10e }, { 0x0831, 0x242, 0x143, 0x143 }, |