June 10, 2014
9:29 p.m.
On Tue, Jun 10, 2014 at 03:57:27PM -0300, Daniel Hilst Selli wrote:
I register a spi_board_info on my board-*.c file as this
Then create my module named mydevice.ko
Is this enought to get the module loaded automatically or I'm missing something?
I'm guessing something is missing, otherwise you wouldn't be asking us, right? No MODULE_DEVICE_TABLE() line?