From: Michael Ellerman Date: Fri, 19 Aug 2022 11:05:56 +0000 (+1000) Subject: powerpc/boot: Drop unused dummy.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a26c952902d1f29b09237b1698a30084f6a3074;p=linux.git powerpc/boot: Drop unused dummy.c 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 Link: https://lore.kernel.org/r/20220819110556.434970-1-mpe@ellerman.id.au --- diff --git a/arch/powerpc/boot/dummy.c b/arch/powerpc/boot/dummy.c deleted file mode 100644 index 31dbf45bf99c5..0000000000000 --- a/arch/powerpc/boot/dummy.c +++ /dev/null @@ -1,4 +0,0 @@ -int main(void) -{ - return 0; -}