Home
last modified time | relevance | path

Searched hist:"485 c9d43382172c1b2ecf42deb4476b5e37e1264" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wan/
H A Dslic_ds26522.cdiff 485c9d43382172c1b2ecf42deb4476b5e37e1264 Wed Oct 12 20:55:41 CEST 2016 Javier Martinez Canillas <javier@osg.samsung.com> net: wan: slic_ds26522: Export OF module alias information

When the device is registered via OF, the OF table is used to match the
driver instead of the SPI device ID table, but the entries in the later
are used as aliasses to load the module if the driver was not built-in.

This is because the SPI core always reports an SPI module alias instead
of an OF one, but that could change so it's better to always export it.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>