linux/drivers/message/fusion
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
..
lsi
Kconfig
Makefile
mptbase.c scsi: mptfusion: Fix printk continuations 2016-11-17 20:49:29 -05:00
mptbase.h
mptctl.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
mptctl.h
mptdebug.h
mptfc.c scsi: fusion: Fix error return code in mptfc_probe() 2016-09-14 14:26:19 -04:00
mptlan.c net: use core MTU range checking in misc drivers 2016-10-20 14:51:10 -04:00
mptlan.h Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
mptsas.c
mptsas.h
mptscsih.c scsi: mptscsih: Remove bogus interpretation of request->ioprio 2016-11-08 17:29:48 -05:00
mptscsih.h
mptspi.c