mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
25fefc88c7
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:
|
||
---|---|---|
.. | ||
core.c | ||
gigadevice.c | ||
Kconfig | ||
macronix.c | ||
Makefile | ||
micron.c | ||
paragon.c | ||
toshiba.c | ||
winbond.c |