¿Qué es la falta de coincidencia de la sección del kernel?

Al compilar un módulo de kernel, recibí una ADVERTENCIA con una nota para agregar una opción de compilación, CONFIG_DEBUG_SECTION_MISMATCH = y. Me da información más detallada sobre el problema:

WARNING: \**\*path to module\***(.text+0x8d2): Section mismatch in reference from the function Pch_Spi_Enable_Bios_Wr() to the variable .devinit.data:ich9_pci_tbl.22939
The function Pch_Spi_Enable_Bios_Wr() references
the variable __devinitdata ich9_pci_tbl.22939.
This is often because Pch_Spi_Enable_Bios_Wr lacks a __devinitdata
annotation or the annotation of ich9_pci_tbl.22939 is wrong.

No pude encontrar exactamente quéa sección @kernel no coincide es, sin mencionar cómo solucionarlo.

Respuestas a la pregunta(2)

Su respuesta a la pregunta