hwspinlock updates for v6.5
This drops the last of_match_ptr() from the hwspinlock drivers, solving the resulting "defined but not used" warning/error. -----BEGIN PGP SIGNATURE----- iQJJBAABCAAzFiEEBd4DzF816k8JZtUlCx85Pw2ZrcUFAmSjJ8UVHGFuZGVyc3Nv bkBrZXJuZWwub3JnAAoJEAsfOT8Nma3F9FQP/396Thop0oUqKcVCz5WdSZj6iRXM C18nvSESoW8zK7hqoldvcXHKQ6LQqyy7voal3l5OI7QrcnCeBJfVsi3lj3D0Ttmn Fv9/XTeHPEQ2C2YraHjxvVXEcSJOBc+YDLQRgA2NFFo/6oIQ1ALEfN30e5lz6/un k9TtNL5PrHTpbtEmMKBaRUJ9U3xE4745q+aJEu6PcijU6C5yz8iuze3gzoyd4UoG nnPuRkT7DSd3WzIQrNqvOidnC85DFysBjrlDwQIu7OiTV25lustVWF5RhAv86J5t c+vNkjlzidaP3dUbeHuV1OzCkJj+EQp5adX7q5vEKIcCcOtWyM/Ahh602HYDdLHv DyQ1riGfLJTnnHpG+TWkU14EJ+R4mMT6mZbRv5JuZRCYiJvwDZTUU8EGfiq2Y2kB dpbI/60gWRKXQaenKfnvNVMaF74dCg5kjoNuK+He+7sq3wXBHADjJ2zUva+p6d14 WBAT0e4q7hJgSIqCcA/f1E3N2ZT6jZru4Surr+HOzOKQrfBwvjK6eT98qcSweAJX +l81xB15In0UTtXaSSlWG7ZNSitar50Hw29hQQhF1eQDtrWNGZWe+g0yEfvSIVJn 5r6kCgr/Y+9fzhyKh1Q+Iar3JYOntILXWizFtxP5LySxOXGToFew2HhohdchwCCx sTy5IQfO1OehKz0+ =L4Kp -----END PGP SIGNATURE----- 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
This commit is contained in:
Коммит
6afb24a0fe
|
@ -174,7 +174,7 @@ static struct platform_driver omap_hwspinlock_driver = {
|
|||
.remove = omap_hwspinlock_remove,
|
||||
.driver = {
|
||||
.name = "omap_hwspinlock",
|
||||
.of_match_table = of_match_ptr(omap_hwspinlock_of_match),
|
||||
.of_match_table = omap_hwspinlock_of_match,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче