]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/alpha/boot/misc.c
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[mirror_ubuntu-bionic-kernel.git] / arch / alpha / boot / misc.c
index 3ff9a957a25cdc8b89e3eda0656e54a5a3af79ec..1b568ed74f95576dcb9e9e43fca312c8cc2c74ff 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/kernel.h>
 #include <linux/slab.h>
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define memzero(s,n)   memset ((s),0,(n))
 #define puts           srm_printk