Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
drivers/hwspinlock/omap_hwspinlock.c
··· 174 174 .remove = omap_hwspinlock_remove, 175 175 .driver = { 176 176 .name = "omap_hwspinlock", 177 - .of_match_table = of_match_ptr(omap_hwspinlock_of_match), 177 + .of_match_table = omap_hwspinlock_of_match, 178 178 }, 179 179 }; 180 180