libcamera: ipa: Remove IPAModuleInfo license field
The IPAModuleInfo license field isn't needed anymore now that modules are cryptographically signed. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -18,7 +18,6 @@ struct IPAModuleInfo {
|
||||
uint32_t pipelineVersion;
|
||||
char pipelineName[256];
|
||||
char name[256];
|
||||
char license[64];
|
||||
} __attribute__((packed));
|
||||
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user