Javier Martinez Canillas 0822b43e4f net: dsa: bcm_sf2: Fix module autoload for OF registration
If the driver is built as a module, autoload won't work because the module
alias information is not filled. So user-space can't match the registered
device with the corresponding module.

Export the module alias information using the MODULE_DEVICE_TABLE() macro.

Before this patch:

$ modinfo drivers/net/dsa/bcm_sf2.ko | grep alias
alias:          platform:brcm-sf2

After this patch:

$ modinfo drivers/net/dsa/bcm_sf2.ko | grep alias
alias:          platform:brcm-sf2
alias:          of:N*T*Cbrcm,bcm7445-switch-v4.0C*
alias:          of:N*T*Cbrcm,bcm7445-switch-v4.0

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-10-17 13:03:03 -04:00
..
2016-08-06 09:20:13 -04:00
2016-08-15 11:57:55 -07:00
2016-09-19 01:25:22 -04:00
2016-08-31 14:33:09 -07:00
2016-10-14 16:08:13 -04:00
2016-09-20 22:55:23 -04:00
2016-09-09 16:52:43 -07:00
2016-08-30 22:27:18 -07:00