Skip to content

Commit

Permalink
Staging: sep: declare MODULE_FIRMWARE
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 4401e82 commit e4c3a24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4c3a24

Please sign in to comment.