Re: [PATCH] Fix call to replaced SuperIO functions
From: Michael Cree <hidden>
Date: 2010-08-07 08:53:51
Also in:
lkml
From: Michael Cree <hidden>
Date: 2010-08-07 08:53:51
Also in:
lkml
On 01/08/10 00:40, Morten Holst Larsen wrote:
Fix call to replaced SuperIO functions This patch fixes the failure to compile Alpha Generic because of previously overlooked calls to ns87312_enable_ide(). The function has been replaced by newer SuperIO code. Signed-off-by: Morten H. Larsen<redacted>
Tested-by: Michael Cree <redacted> Applied to 2.6.35 and verified that the Alpha generic build compiles and is running on an Alpha. (Well, there 's also a printf format compile error elsewhere in the build but that's a separate issue and I will soon get around to posting a patch for that.) When accepted into mainline this should also go to the stable series. Cheers Michael.