l Cooper [off-list ref], linux-tegra@vger.kernel.org, Jiri Slaby [off-list ref], linux-aspeed@lists.ozlabs.org, Rob Herring [off-list ref], Florian Fainelli [off-list ref], Mateusz Holenko [off-list ref], Alexander Shiyan [off-list ref], kevin hilman [off-list ref], Broadcom internal kernel review list [off-list ref], Joel Stanley [off-list ref], Orson Zhai [off-list ref], paolo abeni [off-list ref], Patrice Chotard [off-list ref], Ray Jui [off-list ref], Vladimir Zapolskiy [off-list ref], linux-snps-arc@lists.infradead.org, Timur Tabi [off-list ref], hideaki yoshifuji [off-list ref], iommu@lists.linux-foundation.org, Laxman Dewangan [off-list ref], Sudeep Holla [off-list ref], Baolin Wang [off-list ref], Shawn Guo [off-list ref], "David S. Miller" [off-list ref], Baruch Siach [off-list ref], Liviu Dudau <liviu.dudau@arm.c
om>, Alexandre Torgue [off-list ref], Bjorn Andersson [off-list ref], Paul Cercueil [off-list ref], sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org, Ahmad Fatoum [off-list ref], joerg roedel [off-list ref], Russell King [off-list ref], Andy Gross [off-list ref], linux-serial@vger.kernel.org, jakub kicinski [off-list ref], will deacon [off-list ref], Manivannan Sadhasivam [off-list ref], linux-mediatek@lists.infradead.org, Fabio Estevam [off-list ref], Paul Walmsley [off-list ref], Matthias Brugger [off-list ref], Andy Shevchenko [off-list ref], Laurentiu Tudor [off-list ref], Taichi Sugaya [off-list ref], netdev@vger.kernel.org, david ahern [off-list ref], Nicolas Ferre [off-list ref], Krzysztof Kozlowski [off-list ref], Palmer Dabbelt [off-list ref], Takao Orito <orito.takao@soc
ionext.com>, linuxppc-dev@lists.ozlabs.org
Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org
Sender: "Linuxppc-dev" [off-list ref]
On 2022-06-28 at 04:01:03 +0200, Saravana Kannan [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/drivers/tty/serial/8250/8250_acorn.c b/drivers/tty/serial/8250/8250_acorn.c
index 758c4aa203ab..5a6f2f67de4f 100644
--- a/drivers/tty/serial/8250/8250_acorn.c
+++ b/drivers/tty/serial/8250/8250_acorn.c
@@ -114,7 +114,6 @@ static const struct ecard_id serial_cids[] = {
static struct ecard_driver serial_card_driver = {
.probe = serial_card_probe,
.remove = serial_card_remove,
- .id_table = serial_cids,
Is this change intentional? All other drivers are only changed to set
.probe_no_time and I don't see anything mentioned in the commit message
re. this driver's change.