From c458815baf6c630cee9be822eaf371a70ac97af1 Mon Sep 17 00:00:00 2001 From: stefanct Date: Tue, 15 Jan 2013 17:37:48 +0000 Subject: Fix duplicate 'const' declaration specifiers. Thanks to Idwer and clang for noticing these problems. Signed-off-by: Stefan Tauner Signed-off-by: Idwer Vollering Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1646 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- dummyflasher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummyflasher.c') diff --git a/dummyflasher.c b/dummyflasher.c index 655b678..383ca58 100644 --- a/dummyflasher.c +++ b/dummyflasher.c @@ -66,7 +66,7 @@ int spi_ignorelist_size = 0; static uint8_t emu_status = 0; /* A legit complete SFDP table based on the MX25L6436E (rev. 1.8) datasheet. */ -static const uint8_t const sfdp_table[] = { +static const uint8_t sfdp_table[] = { 0x53, 0x46, 0x44, 0x50, // @0x00: SFDP signature 0x00, 0x01, 0x01, 0xFF, // @0x04: revision 1.0, 2 headers 0x00, 0x00, 0x01, 0x09, // @0x08: JEDEC SFDP header rev. 1.0, 9 DW long -- cgit v1.2.1