summaryrefslogtreecommitdiff
path: root/kexec/virt_to_phys.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/virt_to_phys.c')
-rw-r--r--kexec/virt_to_phys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/virt_to_phys.c b/kexec/virt_to_phys.c
index 51ac1df..a746917 100644
--- a/kexec/virt_to_phys.c
+++ b/kexec/virt_to_phys.c
@@ -1,7 +1,7 @@
#include "kexec.h"
#include <stdlib.h>
-unsigned long virt_to_phys(unsigned long addr)
+unsigned long virt_to_phys(unsigned long UNUSED(addr))
{
abort();
}