Re: [PATCH 3/6] net: bcmgenet: Fix module autoload for OF platform driver

2015-09-18 Thread Florian Fainelli
On 18/09/15 08:55, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt Acked-by: Florian Fainelli > --- > drivers/net/ethernet/broadcom/genet/bc

[PATCH 3/6] net: bcmgenet: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/broadc