[PATCH] powerpc/boot: Drop unused dummy.c
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2022-08-19 11:06:36
The last use of dummy.c was dropped in commit 2bf118197cb4 ("[POWERPC]
Create a "wrapper" script and use it in arch/powerpc/boot").
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
arch/powerpc/boot/dummy.c | 4 ----
1 file changed, 4 deletions(-)
delete mode 100644 arch/powerpc/boot/dummy.c
diff --git a/arch/powerpc/boot/dummy.c b/arch/powerpc/boot/dummy.c
deleted file mode 100644
index 31dbf45bf99c..000000000000
--- a/arch/powerpc/boot/dummy.c
+++ /dev/null@@ -1,4 +0,0 @@ -int main(void) -{ - return 0; -}
--
2.37.1