public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 05/11] sep: declare MODULE_FIRMWARE
@ 2010-01-13 23:36 Ben Hutchings
  0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2010-01-13 23:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: devel, LKML

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/staging/sep/sep_driver.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 6b763b7..916a9c1 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -222,6 +222,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
-- 
1.6.5.7




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-13 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 23:36 [PATCH 05/11] sep: declare MODULE_FIRMWARE Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox