]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
spi: rpc-if: Add missing MODULE_DEVICE_TABLE
authorBiju Das <biju.das.jz@bp.renesas.com>
Wed, 31 Jul 2024 07:29:53 +0000 (08:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:00:42 +0000 (12:00 +0200)
commit98ec87b3f90f9b4f3ca799805ef8002f308868e2
tree240f22bec048155a78cec67de258bbdfeea512fb
parent3312f9c93174ffca0e67cdb0ddf824482ca21b9c
spi: rpc-if: Add missing MODULE_DEVICE_TABLE

[ Upstream commit 0880f669436028c5499901e5acd8f4b4ea0e0c6a ]

Add missing MODULE_DEVICE_TABLE definition for automatic loading of the
driver when it is built as a module.

Fixes: eb8d6d464a27 ("spi: add Renesas RPC-IF driver")
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20240731072955.224125-1-biju.das.jz@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/spi/spi-rpc-if.c