linux/kernel/power
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
..
Kconfig
Makefile
autosleep.c
console.c
hibernate.c
main.c PM / sleep: System sleep state selection interface rework 2016-11-21 22:45:40 +01:00
power.h PM / sleep: System sleep state selection interface rework 2016-11-21 22:45:40 +01:00
poweroff.c
process.c
qos.c
snapshot.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
suspend.c PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag 2016-11-21 22:48:10 +01:00
suspend_test.c PM / sleep: fix device reference leak in test_suspend 2016-11-02 05:10:04 +01:00
swap.c block,fs: use REQ_* flags directly 2016-11-01 09:43:26 -06:00
user.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
wakelock.c