kernel: remove upstreamed patch from 4.19
[oweals/openwrt.git] / target / linux / generic / pending-4.14 / 330-MIPS-kexec-Accept-command-line-parameters-from-users.patch
index 5cdcc2b242e81cbf2683c8711015701741ddb614..1187543a46f1ddbd4aad2e5c77e790cda531b9b6 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;
@@ -184,7 +184,7 @@ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
  
        /*
         * The generic kexec code builds a page list with physical
-@@ -121,15 +235,16 @@ machine_kexec(struct kimage *image)
+@@ -124,15 +238,16 @@ machine_kexec(struct kimage *image)
        /*
         * we do not want to be bothered.
         */