mtd: spinand: core: add missing MODULE_DEVICE_TABLE()
authorAlexander Lobakin <alobakin@pm.me>
Tue, 23 Mar 2021 17:37:19 +0000 (17:37 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 May 2021 12:47:13 +0000 (14:47 +0200)
commit907452b3b6a6d1886d849b29af7c78191afb46f1
tree17261cb5eeb02618b233fd17efd17be59418a799
parentcb5305ac5bac21ec9ff3aadd7c9ca2142bc64c90
mtd: spinand: core: add missing MODULE_DEVICE_TABLE()

commit 25fefc88c71f47db0466570335e3f75f10952e7a upstream.

The module misses MODULE_DEVICE_TABLE() for both SPI and OF ID tables
and thus never autoloads on ID matches.
Add the missing declarations.
Present since day-0 of spinand framework introduction.

Fixes: 7529df465248 ("mtd: nand: Add core infrastructure to support SPI NANDs")
Cc: stable@vger.kernel.org # 4.19+
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210323173714.317884-1-alobakin@pm.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mtd/nand/spi/core.c