[PATCH 2/3] remoteproc: add SPDX-License-Identifier tag to remoteproc.h
From: Mukesh Ojha
Date: Thu Jun 11 2026 - 14:06:23 EST
Add the missing SPDX-License-Identifier tag consistent with the
BSD-3-Clause license text already present in the file.
Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
---
include/linux/remoteproc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index e0e212328acf..6a8c694551c7 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
/*
* Remote Processor Framework
*
--
2.53.0