]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ktap: remove unused <asm/syscall.h> header file
authorJovi Zhangwei <jovi.zhangwei@gmail.com>
Sat, 12 Oct 2013 03:11:57 +0000 (23:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 17:36:09 +0000 (10:36 -0700)
commitbb3336afecc33fdb389283566b41f017d5ab8d99
tree7c776a7d39302ba32f4ab14b1636a47646ecc70f
parent25674559863fb00ad295e0e41312137d2d573f65
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>
drivers/staging/ktap/interpreter/library/kdebug.c