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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue