From: David Miller <da...@davemloft.net> Date: Mon, 11 May 2015 13:11:06 -0400 (EDT)
> From: David Ahern <dsah...@gmail.com> > Date: Sat, 9 May 2015 16:21:43 -0600 > >> Commit e2c6544829f removed pm_qos from struct net_device but left the >> comment above header file. Remove those. >> >> Signed-off-by: David Ahern <dsah...@gmail.com> > > Applied, thanks David. Actually I had to revert as this breaks the build. You will need to submit another patch with this one, one that adds an include of <linux/pm_qos.h> to drivers/net/ethernet/intel/e1000e/e1000.h In file included from drivers/net/ethernet/intel/e1000e/82571.c:38:0: drivers/net/ethernet/intel/e1000e/e1000.h:346:24: error: field ‘pm_qos_req’ has incomplete type struct pm_qos_request pm_qos_req; ^