Skip to content

Commit 6afb24a

Browse files
committed
Merge tag 'hwlock-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
Pull hwspinlock update from Bjorn Andersson: "This drops the last of_match_ptr() from the hwspinlock drivers, solving the resulting 'defined but not used' warning/error" * tag 'hwlock-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: hwspinlock: omap: drop of_match_ptr for ID table
2 parents b39aeb3 + 1b39e76 commit 6afb24a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hwspinlock/omap_hwspinlock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static struct platform_driver omap_hwspinlock_driver = {
174174
.remove = omap_hwspinlock_remove,
175175
.driver = {
176176
.name = "omap_hwspinlock",
177-
.of_match_table = of_match_ptr(omap_hwspinlock_of_match),
177+
.of_match_table = omap_hwspinlock_of_match,
178178
},
179179
};
180180

0 commit comments

Comments
 (0)