All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: rkimage: remove twice include of the same file.
@ 2025-10-26  6:22 chalianis1
  2025-10-27 10:18 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: chalianis1 @ 2025-10-26  6:22 UTC (permalink / raw)
  To: s.hauer; +Cc: barebox, Chali Anis

From: Chali Anis <chalianis1@gmail.com>

Signed-off-by: Chali Anis <chalianis1@gmail.com>
---
 scripts/rkimage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/rkimage.c b/scripts/rkimage.c
index e5b6d61c4a9d..a6dfd2c95736 100644
--- a/scripts/rkimage.c
+++ b/scripts/rkimage.c
@@ -24,7 +24,6 @@
 #include <openssl/rsa.h>
 
 #include "common.h"
-#include "common.c"
 #include "rockchip.h"
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
-- 
2.34.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-27 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-26  6:22 [PATCH] scripts: rkimage: remove twice include of the same file chalianis1
2025-10-27 10:18 ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.