Fixes corresponding warning. Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- x86/rmap_chain.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/x86/rmap_chain.c b/x86/rmap_chain.c index 0df1bcb..b356a37 100644 --- a/x86/rmap_chain.c +++ b/x86/rmap_chain.c @@ -5,15 +5,6 @@ #include "vm.h" #include "smp.h" -void print(const char *s); - -static unsigned int inl(unsigned short port) -{ - unsigned int val; - asm volatile ("inl %w1, %0":"=a" (val):"Nd" (port)); - return val; -} - int main (void) { int i; -- 1.8.1.1.298.ge7eed54 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html