Marcelo: The changes to e1000_main.c introduced in -pre4 via the cset: "e1000 - white space corrections, other cleanups" results in the compiler failure below: e1000_main.c: In function `e1000_up': e1000_main.c:132: sorry, unimplemented: inlining failed in call to 'e1000_irq_enable': function body not available e1000_main.c:277: sorry, unimplemented: called from here The attached patch, taken from 2.6, fixes it. Ozkan Sezer