kernel: fix an issue with infinite stack traces on MIPS
[openwrt/staging/dedeckeh.git] / target / linux / generic / pending-4.14 / 330-MIPS-kexec-Accept-command-line-parameters-from-users.patch
index 5cdcc2b242e81cbf2683c8711015701741ddb614..86aed4f0f7688eb312a036e3dc3f9d62d6e3245f 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
 -
 -extern unsigned long kexec_start_address;
 -extern unsigned long kexec_indirection_page;
-+#include <asm/uaccess.h>
++#include <linux/uaccess.h>
 +#include "machine_kexec.h"
  
  int (*_machine_kexec_prepare)(struct kimage *) = NULL;