From: Jovi Zhangwei Date: Sat, 12 Oct 2013 03:11:57 +0000 (-0400) Subject: staging: ktap: remove unused header file X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2c856b9e3e06fa731f70458924a449928fec7dfc;p=deliverable%2Flinux.git 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 --- 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,