mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 01:57:59 +00:00
Staging: sep: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4401e8243d
commit
e4c3a24dc5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user