Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion drivers/rpmsg/adi_rpmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ MODULE_DEVICE_TABLE(of, adi_rpmsg_dt_ids);

static struct platform_driver adi_rpmsg_driver = {
.driver = {
.owner = THIS_MODULE,
.name = "adi-rpmsg",
.of_match_table = adi_rpmsg_dt_ids,
},
Expand Down
1 change: 0 additions & 1 deletion drivers/watchdog/adi_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ static struct platform_driver adi_wdt_driver = {
.resume = adi_wdt_resume,
.driver = {
.name = WATCHDOG_NAME,
.owner = THIS_MODULE,
#if defined(CONFIG_OF)
.of_match_table = of_match_ptr(adi_wdt_dt_ids),
#endif
Comment thread
ukleinek marked this conversation as resolved.
Expand Down
1 change: 0 additions & 1 deletion sound/soc/adi/sc5xx-pcm.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Analog Devices SC5XX audio dma driver
Expand Down Expand Up @@ -214,7 +214,6 @@
};
static struct rpmsg_driver rpmsg_icap_sport = {
.drv.name = KBUILD_MODNAME,
.drv.owner = THIS_MODULE,
.id_table = rpmsg_icap_sport_id_table,
.probe = rpmsg_icap_sport_probe,
.callback = rpmsg_icap_sport_cb,
Expand Down
1 change: 0 additions & 1 deletion sound/soc/adi/sharc-alsa-asoc-card.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ static struct rpmsg_device_id sa_id_table[] = {
};
static struct rpmsg_driver sa_rpmsg_driver = {
.drv.name = KBUILD_MODNAME,
.drv.owner = THIS_MODULE,
.id_table = sa_id_table,
.probe = sa_probe,
.callback = sa_rpmsg_cb,
Expand Down
Loading