* [PATCH] staging: media/ipu7: Remove unused struct ia_gofo_secondary_boot_config
@ 2026-05-07 11:01 Nguyen Hai Phu
0 siblings, 0 replies; only message in thread
From: Nguyen Hai Phu @ 2026-05-07 11:01 UTC (permalink / raw)
To: Sakari Ailus
Cc: Nguyen Hai Phu, Bingbu Cao, Mauro Carvalho Chehab,
Greg Kroah-Hartman, Hans Verkuil, linux-media, linux-staging,
linux-kernel
The struct ia_gofo_secondary_boot_config in abi/ipu7_fw_boot_abi.h is
not used in the driver. Remove it to cleanup the ABI headers.
Signed-off-by: Nguyen Hai Phu <nguyenhaiphu06@gmail.com>
---
drivers/staging/media/ipu7/abi/ipu7_fw_boot_abi.h | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/drivers/staging/media/ipu7/abi/ipu7_fw_boot_abi.h b/drivers/staging/media/ipu7/abi/ipu7_fw_boot_abi.h
index a1519c4fe661..21d1ff7ab29a 100644
--- a/drivers/staging/media/ipu7/abi/ipu7_fw_boot_abi.h
+++ b/drivers/staging/media/ipu7/abi/ipu7_fw_boot_abi.h
@@ -91,17 +91,6 @@ struct ia_gofo_boot_config {
struct syscom_config_s syscom_context_config;
};
-struct ia_gofo_secondary_boot_config {
- u32 length;
- struct ia_gofo_version_s config_version;
- struct ia_gofo_msg_version_list client_version_support;
- u8 reserved1[IA_GOFO_BOOT_SECONDARY_RESERVED_FIELDS];
- u16 checksum;
- u8 padding[2];
- u32 reserved2[IA_GOFO_BOOT_SECONDARY_RESERVED_SIZE];
- struct syscom_config_s syscom_context_config;
-};
-
#pragma pack(pop)
#define IA_GOFO_WDT_TIMEOUT_ERR 0xdead0401U
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-07 11:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 11:01 [PATCH] staging: media/ipu7: Remove unused struct ia_gofo_secondary_boot_config Nguyen Hai Phu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox