diff options
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools')
| -rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools/0001-kexec-arch-ppc-kexec-ppc.c-correct-double-definition.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec-arch-ppc-kexec-ppc.c-correct-double-definition.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec-arch-ppc-kexec-ppc.c-correct-double-definition.patch deleted file mode 100644 index 6aeebc3939..0000000000 --- a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec-arch-ppc-kexec-ppc.c-correct-double-definition.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From ba2fb5baf6b0a8c882ac32301dd7a8d16de0dcf6 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Sun, 27 Dec 2020 23:39:29 +0100 | ||
| 4 | Subject: [PATCH] kexec/arch/ppc/kexec-ppc.c: correct double definition error | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 8 | --- | ||
| 9 | kexec/arch/ppc/kexec-ppc.c | 1 - | ||
| 10 | 1 file changed, 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/kexec/arch/ppc/kexec-ppc.c b/kexec/arch/ppc/kexec-ppc.c | ||
| 13 | index 03bec36..5b3e244 100644 | ||
| 14 | --- a/kexec/arch/ppc/kexec-ppc.c | ||
| 15 | +++ b/kexec/arch/ppc/kexec-ppc.c | ||
| 16 | @@ -35,7 +35,6 @@ unsigned long long initrd_base = 0, initrd_size = 0; | ||
| 17 | unsigned long long ramdisk_base = 0, ramdisk_size = 0; | ||
| 18 | unsigned int rtas_base, rtas_size; | ||
| 19 | int max_memory_ranges; | ||
| 20 | -const char *ramdisk; | ||
| 21 | |||
| 22 | /* | ||
| 23 | * Reads the #address-cells and #size-cells on this platform. | ||
