mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04:00
staging: ktap: remove unused <asm/syscall.h> header file
Fengguang Wu reported that ktap compile failed in mips, the reason is it cannot found <asm/syscall.h> in mips arch. Due to the code serviced by <asm/syscall.h> already removed, so just simply remove the according header file to avoid compiler failure. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Jovi Zhangwei <jovi.zhangwei@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
687b63a3bf
commit
2c856b9e3e
@@ -23,7 +23,6 @@
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/ftrace_event.h>
|
||||
#include <asm/syscall.h> //syscall_set_return_value defined here
|
||||
#include "../../include/ktap.h"
|
||||
|
||||
static void ktap_call_probe_closure(ktap_state *mainthread, ktap_closure *cl,
|
||||
|
||||
Reference in New Issue
Block a user