Re: [PATCH 2/2] char: ipmi: Fix module autoload for OF platform driver

2015-09-18 Thread Corey Minyard
This is there now in the main kernel, but it's further down. Perhaps it should be moved. -corey On 09/15/2015 11:42 AM, 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

[PATCH 2/2] char: ipmi: Fix module autoload for OF platform driver

2015-09-15 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/char/ipmi/ipmi_si_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/driver