1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Fix duplicate 'const' declaration specifiers

Thanks to Idwer and clang for noticing these problems.

Corresponding to flashrom svn r1646.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
Stefan Tauner
2013-01-15 17:37:48 +00:00
parent 8225868465
commit 67d163d2fa
4 changed files with 9 additions and 9 deletions

View File

@ -1127,7 +1127,7 @@ static void ich_hwseq_set_addr(uint32_t addr)
static uint32_t ich_hwseq_get_erase_block_size(unsigned int addr)
{
uint8_t enc_berase;
static const uint32_t const dec_berase[4] = {
static const uint32_t dec_berase[4] = {
256,
4 * 1024,
8 * 1024,