From 2c856b9e3e06fa731f70458924a449928fec7dfc Mon Sep 17 00:00:00 2001 From: Jovi Zhangwei Date: Fri, 11 Oct 2013 23:11:57 -0400 Subject: [PATCH] staging: ktap: remove unused header file Fengguang Wu reported that ktap compile failed in mips, the reason is it cannot found in mips arch. Due to the code serviced by already removed, so just simply remove the according header file to avoid compiler failure. Reported-by: Fengguang Wu Signed-off-by: Jovi Zhangwei Signed-off-by: Greg Kroah-Hartman --- drivers/staging/ktap/interpreter/library/kdebug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/ktap/interpreter/library/kdebug.c b/drivers/staging/ktap/interpreter/library/kdebug.c index 8bbbc491b6c7..a9477beeaebf 100644 --- a/drivers/staging/ktap/interpreter/library/kdebug.c +++ b/drivers/staging/ktap/interpreter/library/kdebug.c @@ -23,7 +23,6 @@ #include #include #include -#include //syscall_set_return_value defined here #include "../../include/ktap.h" static void ktap_call_probe_closure(ktap_state *mainthread, ktap_closure *cl, -- 2.11.0