summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-02-23 18:36:45 +0000
committerdim <dim@FreeBSD.org>2014-02-23 18:36:45 +0000
commit7b2ab078c682feadd50fd2dacbd86b032f48c9e7 (patch)
tree7421b139fd11d2a7a3cfbc7fa5cc7eccacb68d95 /sys/sparc64/pci
parentb1b5b8cb8412bc41a8ab014e51635cdcd6433a2c (diff)
downloadFreeBSD-src-7b2ab078c682feadd50fd2dacbd86b032f48c9e7.zip
FreeBSD-src-7b2ab078c682feadd50fd2dacbd86b032f48c9e7.tar.gz
Remove more superfluous const specifiers.
Diffstat (limited to 'sys/sparc64/pci')
-rw-r--r--sys/sparc64/pci/firereg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/pci/firereg.h b/sys/sparc64/pci/firereg.h
index 650eb8c..247a3f7 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 },
OpenPOWER on IntegriCloud