Commit 843a9f4a authored by Víctor Gonzalo's avatar Víctor Gonzalo Committed by Mauro Carvalho Chehab

media: ipu3: Use MODULE_FIRMWARE to add firmware files metadata

The ipu3 driver requests firmware files but does not use the
MODULE_FIRMWARE macro to show them in the module metadata

[mchehab: add missing firmware file: IMGU_FW_NAME_IPU_20161208]
Link: https://lore.kernel.org/linux-media/20230914135100.19911-1-victor.gonzalo@anddroptable.netSigned-off-by: default avatarVíctor Gonzalo <victor.gonzalo@anddroptable.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent f8193e21
......@@ -13,6 +13,7 @@
#include <linux/pm_runtime.h>
#include "ipu3.h"
#include "ipu3-css-fw.h"
#include "ipu3-dmamap.h"
#include "ipu3-mmu.h"
......@@ -860,3 +861,6 @@ MODULE_AUTHOR("Yuning Pu");
MODULE_AUTHOR("Yong Zhi <yong.zhi@intel.com>");
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Intel ipu3_imgu PCI driver");
MODULE_FIRMWARE(IMGU_FW_NAME);
MODULE_FIRMWARE(IMGU_FW_NAME_20161208);
MODULE_FIRMWARE(IMGU_FW_NAME_IPU_20161208);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment