[PATCH 0/2] Remove unused declarations for x86/trace

Gaosheng Cui posted 2 patches 3 years, 6 months ago
arch/x86/include/asm/ftrace.h  | 1 -
arch/x86/include/asm/kprobes.h | 2 --
2 files changed, 3 deletions(-)
[PATCH 0/2] Remove unused declarations for x86/trace
Posted by Gaosheng Cui 3 years, 6 months ago
This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (2):
  x86/ftrace: remove unused modifying_ftrace_code declaration
  x86/kprobes: remove unused arch_kprobe_override_function() declaration

 arch/x86/include/asm/ftrace.h  | 1 -
 arch/x86/include/asm/kprobes.h | 2 --
 2 files changed, 3 deletions(-)

-- 
2.25.1
Re: [PATCH 0/2] Remove unused declarations for x86/trace
Posted by Steven Rostedt 3 years, 6 months ago
On Wed, 14 Sep 2022 19:04:35 +0800
Gaosheng Cui <cuigaosheng1@huawei.com> wrote:

> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!
> 
> Gaosheng Cui (2):
>   x86/ftrace: remove unused modifying_ftrace_code declaration
>   x86/kprobes: remove unused arch_kprobe_override_function() declaration
> 
>  arch/x86/include/asm/ftrace.h  | 1 -
>  arch/x86/include/asm/kprobes.h | 2 --
>  2 files changed, 3 deletions(-)
> 

Applied. Thanks Gaosheng!

-- Steve