Commit ed3eae68 authored by Sean Nelson's avatar Sean Nelson
Browse files

Clang complains loudly when there are duplicate printlock_sst_fwhub, gcc ignores them


Ack via IRC.

Corresponding to flashrom svn r969.
Signed-off-by: default avatarSean Nelson <audiohacked@gmail.com>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent 9979eacd
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment