linux/arch/hexagon
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
..
configs Hexagon: Comet platform support 2011-11-01 07:34:21 -07:00
include locking/core: Provide common cpu_relax_yield() definition 2016-11-17 08:17:36 +01:00
kernel Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
lib hexagon: Fix misspellings in comments. 2016-04-18 12:45:54 +02:00
mm Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
Kconfig hexagon: update TODO list 2016-06-07 09:35:16 +02:00
Makefile Hexagon: change arch version config to allow comparisons 2013-04-30 19:40:22 -05:00