summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-03-29 07:22:47 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-04-14 02:03:30 +0300
commitebd0cae455ef1605a39b00dec79770f3d52de88f (patch)
tree213123fdf13ebb2e6b12a25e45af5badde67a46f /include
parenteab143ee69064092b6bb47297022efa80f47c120 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/ipa/ipa_module_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ipa/ipa_module_info.h b/include/ipa/ipa_module_info.h
index 7ecd1495..3b1c37d2 100644
--- a/include/ipa/ipa_module_info.h
+++ b/include/ipa/ipa_module_info.h
@@ -18,7 +18,6 @@ struct IPAModuleInfo {
uint32_t pipelineVersion;
char pipelineName[256];
char name[256];
- char license[64];
} __attribute__((packed));
extern "C" {