Re: [PATCH 0/3] x86/cpu: fix some prototype warning

From: Ingo Molnar
Date: Wed Nov 07 2018 - 04:46:19 EST



* Yi Wang <wang.yi59@xxxxxxxxxx> wrote:

> This series of patch fix some prototype warning because
> of missing include file.
>
> Yi Wang (3):
> x86/cpu: fix prototype warning in cacheinfo.c
> x86/cpu: fix prototype warning in scattered.c
> x86/cpu: fix prototype warning in topology.c
>
> arch/x86/kernel/cpu/cacheinfo.c | 1 +
> arch/x86/kernel/cpu/scattered.c | 2 ++
> arch/x86/kernel/cpu/topology.c | 2 ++
> 3 files changed, 5 insertions(+)

Could you please submit this as a single patch?

Thanks,

Ingo