Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[linux-block.git] / arch / xtensa / kernel / stacktrace.c
index 7538d802b65abbc88f2e3769ff77e117282470c7..e7d30ee0fd482794a21f72c85ca2feb2ec4b5500 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <asm/stacktrace.h>
 #include <asm/traps.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #if IS_ENABLED(CONFIG_OPROFILE) || IS_ENABLED(CONFIG_PERF_EVENTS)