linux_dsm_epyc7002/drivers/net/ethernet/intel/ixgb
Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally
This was entirely automated, using the script by Al:

  PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>'
  sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \
        $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h)

to do the replacement at the end of the merge window.

Requested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-12-24 11:46:01 -08:00
..
ixgb_ee.c
ixgb_ee.h
ixgb_ethtool.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
ixgb_hw.c ixgb: use PCI_VENDOR_ID_INTEL 2012-07-20 10:59:41 -07:00
ixgb_hw.h intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
ixgb_ids.h ixgb: use PCI_VENDOR_ID_INTEL 2012-07-20 10:59:41 -07:00
ixgb_main.c ethernet/intel: use core min/max MTU checking 2016-10-18 11:34:18 -04:00
ixgb_osdep.h
ixgb_param.c net/intel: remove __dev* attributes 2012-12-03 11:17:07 -08:00
ixgb.h drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
Makefile