From: Al Viro Date: Mon, 5 Sep 2016 16:19:49 +0000 (-0400) Subject: remove a stray reference to asm/uaccess.h in docs X-Git-Tag: v4.9-rc1~40^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=aa7eb9ad32f84ce91a92f5c0196ae7adb5611ac4;p=linux.git remove a stray reference to asm/uaccess.h in docs Signed-off-by: Al Viro --- diff --git a/Documentation/DocBook/kernel-hacking.tmpl b/Documentation/DocBook/kernel-hacking.tmpl index 589b40cc5eb5..2a272275c81b 100644 --- a/Documentation/DocBook/kernel-hacking.tmpl +++ b/Documentation/DocBook/kernel-hacking.tmpl @@ -483,7 +483,7 @@ printk(KERN_INFO "my ip: %pI4\n", &ipaddress); get_user() / put_user() - include/asm/uaccess.h + include/linux/uaccess.h