summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-10-12 15:08:05 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-10-12 15:09:18 -0400
commit38211e627d0cd1696786c996fd9af226baec9e98 (patch)
tree00845f871d033d3f62a4b33c6524c7e161cffaa8
parent6cb0bc3468351f8f26b0d3b0092b5f1f5808e4ce (diff)
downloadrockbox-38211e627d.tar.gz
rockbox-38211e627d.zip
AS3525: Get rid of duplicate 'const' in a single definition
(Another GCC9-produced warning) Change-Id: I9fd1ec692faded8afc52d7f3e522bc7198366dc5
-rw-r--r--firmware/target/arm/as3525/system-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index 0450c8b410..26a228cddf 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -92,7 +92,7 @@ void INT_GPIOA(void);
default_interrupt(INT_GPIOB);
default_interrupt(INT_GPIOC);
-static const char const irqname[][9] =
+static const char irqname[][9] =
{
"WATCHDOG", "TIMER1", "TIMER2", "USB", "DMAC", "NAND",
"IDE", "MCI0", "MCI1", "AUDIO", "SSP", "I2C_MS",