Commit e4c3a24d authored by Ben Hutchings's avatar Ben Hutchings Committed by Greg Kroah-Hartman

Staging: sep: declare MODULE_FIRMWARE

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4401e824
......@@ -223,6 +223,9 @@ static int sep_load_firmware(struct sep_device *sep)
return 0;
}
MODULE_FIRMWARE("sep/cache.image.bin");
MODULE_FIRMWARE("sep/resident.image.bin");
/**
* sep_map_and_alloc_shared_area - allocate shared block
* @sep: security processor
......
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