summaryrefslogtreecommitdiff
path: root/kexec/virt_to_phys.c
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-02-02 14:42:02 +1100
committerSimon Horman <horms@verge.net.au>2010-02-02 14:42:02 +1100
commit43836a235786b40b100cc1691da9720aa9c5352d (patch)
treea9c0e8042cf8dc081be66028e53cfcbc9edd3c14 /kexec/virt_to_phys.c
parentc59af3ab34f41f259eb2f019e9f5f9ad3229893f (diff)
Mark unused parameters
Signed-off-by: Simon Horman <horms@verge.net.au>
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();
}