Re: [PATCH -next] perf: remove duplicated include from perf_event.h

From: Arnaldo Carvalho de Melo
Date: Thu Jan 17 2019 - 09:10:10 EST


Em Thu, Jan 17, 2019 at 03:25:04PM +0800, YueHaibing escreveu:
> Remove duplicated include.

Thanks, applied.

- Arnaldo

> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
> ---
> include/linux/perf_event.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
> index 1d5c551..19baf4a 100644
> --- a/include/linux/perf_event.h
> +++ b/include/linux/perf_event.h
> @@ -53,7 +53,6 @@ struct perf_guest_info_callbacks {
> #include <linux/atomic.h>
> #include <linux/sysfs.h>
> #include <linux/perf_regs.h>
> -#include <linux/workqueue.h>
> #include <linux/cgroup.h>
> #include <asm/local.h>
>
> --
> 2.7.0
>

--

- Arnaldo