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:
parent
eab143ee69
commit
ebd0cae455
6 changed files with 1 additions and 27 deletions
|
@ -275,7 +275,6 @@ const struct IPAModuleInfo ipaModuleInfo = {
|
|||
1,
|
||||
"PipelineHandlerRkISP1",
|
||||
"RkISP1 IPA",
|
||||
"LGPL-2.1-or-later",
|
||||
};
|
||||
|
||||
struct ipa_context *ipaCreate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue