diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2022-08-19 21:05:56 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-08-26 11:02:20 +1000 |
commit | 7a26c952902d1f29b09237b1698a30084f6a3074 (patch) | |
tree | 63b0ec8e0bdb9cc5a0264f41e0a99dd6d57d52f7 /arch/powerpc/boot | |
parent | e01432baf6618296f4d2d557e6b4c3245a5cc3c2 (diff) |
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 <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220819110556.434970-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dummy.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; -} |