mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-03 20:23:29 +00:00
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 | ||