projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e01432b
)
powerpc/boot: Drop unused dummy.c
author
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 19 Aug 2022 11:05:56 +0000
(21:05 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 26 Aug 2022 01:02:20 +0000
(11:02 +1000)
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
arch/powerpc/boot/dummy.c
[deleted file]
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dummy.c
b/arch/powerpc/boot/dummy.c
deleted file mode 100644
(file)
index
31dbf45
..0000000
--- a/
arch/powerpc/boot/dummy.c
+++ /dev/null
@@
-1,4
+0,0 @@
-int main(void)
-{
- return 0;
-}