summaryrefslogtreecommitdiff
path: root/kexec/arch/cris/kexec-cris.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/cris/kexec-cris.c')
-rw-r--r--kexec/arch/cris/kexec-cris.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/kexec/arch/cris/kexec-cris.c b/kexec/arch/cris/kexec-cris.c
index 540ec6f..30df27e 100644
--- a/kexec/arch/cris/kexec-cris.c
+++ b/kexec/arch/cris/kexec-cris.c
@@ -23,7 +23,8 @@
static struct memory_range memory_range[MAX_MEMORY_RANGES];
/* Return a sorted list of memory ranges. */
-int get_memory_ranges(struct memory_range **range, int *ranges, unsigned long kexec_flags)
+int get_memory_ranges(struct memory_range **range, int *ranges,
+ unsigned long UNUSED(kexec_flags))
{
int memory_ranges = 0;
@@ -79,12 +80,12 @@ const struct arch_map_entry arches[] = {
{ 0 },
};
-int arch_compat_trampoline(struct kexec_info *info)
+int arch_compat_trampoline(struct kexec_info *UNUSED(info))
{
return 0;
}
-void arch_update_purgatory(struct kexec_info *info)
+void arch_update_purgatory(struct kexec_info *UNUSED(info))
{
}