Re: [PATCH] net: smc91x: fix neponset breakage by pxa u16 writes

2016-10-20 Thread David Miller
From: Robert Jarzmik Date: Wed, 19 Oct 2016 23:23:50 +0200 > The patch isolating the u16 writes for pxa assumed all machine_is_*() > calls were removed, and therefore removed the mach-types.h include which > provided them. > > Unfortunately 2 machine_is_*() remained in smc91x.c file including >

[PATCH] net: smc91x: fix neponset breakage by pxa u16 writes

2016-10-19 Thread Robert Jarzmik
The patch isolating the u16 writes for pxa assumed all machine_is_*() calls were removed, and therefore removed the mach-types.h include which provided them. Unfortunately 2 machine_is_*() remained in smc91x.c file including smc91x.h from which the include was removed, triggering the error: drive