]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvmem: rcar-efuse: add missing MODULE_DEVICE_TABLE
authorCosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Fri, 19 Sep 2025 14:28:53 +0000 (17:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Oct 2025 06:02:38 +0000 (08:02 +0200)
commit7959ffbec062c35bda02aa635d21ac45dbfacd80
tree79b4c9be5a0295051b2f81e3526a8d50f91f03de
parent7557f189942571821a09879edfcdfdafefe4d67f
nvmem: rcar-efuse: add missing MODULE_DEVICE_TABLE

The nvmem-rcar-efuse driver can be compiled as a module. Add missing
MODULE_DEVICE_TABLE so it can be matched by modalias and automatically
loaded by udev.

Cc: stable@vger.kernel.org
Fixes: 1530b923a514 ("nvmem: Add R-Car E-FUSE driver")
Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20250919142856.2313927-1-cosmin-gabriel.tanislav.xa@renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/rcar-efuse.c