summaryrefslogtreecommitdiff
path: root/src/lib/ext_stage_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ext_stage_cache.c')
-rw-r--r--src/lib/ext_stage_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ext_stage_cache.c b/src/lib/ext_stage_cache.c
index 4e588f1c01..bbadb70dd4 100644
--- a/src/lib/ext_stage_cache.c
+++ b/src/lib/ext_stage_cache.c
@@ -62,7 +62,7 @@ static void stage_cache_recover(void)
printk(BIOS_DEBUG, "Unable to recover external stage cache.\n");
}
-void stage_cache_add(int stage_id, struct prog *stage)
+void stage_cache_add(int stage_id, const struct prog *stage)
{
struct imd *imd;
const struct imd_entry *e;