mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 00:13:43 +02:00
Clang complains loudly when there are duplicate printlock_sst_fwhub, gcc ignores them
Ack via IRC. Corresponding to flashrom svn r969. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
9979eacd9c
commit
ed3eae6873
@ -4096,7 +4096,6 @@ struct flashchip flashchips[] = {
|
||||
}
|
||||
},
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.unlock = unlock_sst_fwhub,
|
||||
.write = write_jedec_1,
|
||||
.read = read_memmapped,
|
||||
@ -4128,7 +4127,6 @@ struct flashchip flashchips[] = {
|
||||
}
|
||||
},
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.unlock = unlock_sst_fwhub,
|
||||
.write = write_jedec_1,
|
||||
.read = read_memmapped,
|
||||
@ -4163,7 +4161,6 @@ struct flashchip flashchips[] = {
|
||||
},
|
||||
},
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.unlock = unlock_sst_fwhub,
|
||||
.write = write_jedec_1,
|
||||
.read = read_memmapped,
|
||||
@ -4226,7 +4223,6 @@ struct flashchip flashchips[] = {
|
||||
}
|
||||
},
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.unlock = unlock_sst_fwhub,
|
||||
.write = write_jedec_1,
|
||||
.read = read_memmapped,
|
||||
|
Loading…
x
Reference in New Issue
Block a user