All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Cc: peterz@infradead.org, mingo@redhat.com, acme@kernel.org,
	alexander.shishkin@linux.intel.com, jolsa@redhat.com,
	namhyung@kernel.org, Ariel.Elior@cavium.com, davem@davemloft.net,
	jasowang@redhat.com, john.fastabend@gmail.com,
	parri.andrea@gmail.com, dhowells@redhat.com,
	ebiederm@xmission.com, james.morris@microsoft.com,
	paul@paul-moore.com, zohar@linux.vnet.ibm.com, mjg59@google.com,
	viro@zeniv.linux.org.uk, richard_c_haines@btinternet.com,
	sargun@sargun.me, jrdr.linux@gmail.com,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	sabyasachi.linux@gmail.com
Subject: Re: [PATCH] include/linux: Remove duplicate header
Date: Thu, 10 Jan 2019 14:19:59 -0500	[thread overview]
Message-ID: <20190110141930-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20190110160114.GA5641@hp-pavilion-15-notebook-pc-brajeswar>

On Thu, Jan 10, 2019 at 09:31:14PM +0530, Brajeswar Ghosh wrote:
> Remove duplicate headers which are included more than once
> 
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> ---
>  include/linux/perf_event.h | 1 -
>  include/linux/ptr_ring.h   | 1 -
>  include/linux/qed/qed_if.h | 1 -
>  include/linux/security.h   | 1 -
>  4 files changed, 4 deletions(-)
> 
> diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
> index 53c500f0ca79..8d7a2b65514b 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>
>  
> diff --git a/include/linux/ptr_ring.h b/include/linux/ptr_ring.h
> index 6894976b54e3..627b7aa067e0 100644
> --- a/include/linux/ptr_ring.h
> +++ b/include/linux/ptr_ring.h
> @@ -26,7 +26,6 @@
>  #include <linux/cache.h>
>  #include <linux/types.h>
>  #include <linux/compiler.h>
> -#include <linux/cache.h>
>  #include <linux/slab.h>
>  #include <asm/errno.h>
>  #endif


Acked-by: Michael S. Tsirkin <mst@redhat.com>


Pls merge through the trivial tree or similar.


> diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h
> index a47321a0d572..9ebdb60f605a 100644
> --- a/include/linux/qed/qed_if.h
> +++ b/include/linux/qed/qed_if.h
> @@ -38,7 +38,6 @@
>  #include <linux/netdevice.h>
>  #include <linux/pci.h>
>  #include <linux/skbuff.h>
> -#include <linux/types.h>
>  #include <asm/byteorder.h>
>  #include <linux/io.h>
>  #include <linux/compiler.h>
> diff --git a/include/linux/security.h b/include/linux/security.h
> index ac0ef467d25e..2915ea6a5b77 100644
> --- a/include/linux/security.h
> +++ b/include/linux/security.h
> @@ -30,7 +30,6 @@
>  #include <linux/err.h>
>  #include <linux/string.h>
>  #include <linux/mm.h>
> -#include <linux/fs.h>
>  
>  struct linux_binprm;
>  struct cred;
> -- 
> 2.17.1

  reply	other threads:[~2019-01-10 19:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-10 16:01 [PATCH] include/linux: Remove duplicate header Brajeswar Ghosh
2019-01-10 19:19 ` Michael S. Tsirkin [this message]
2019-01-30 14:30   ` Brajeswar Ghosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190110141930-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=Ariel.Elior@cavium.com \
    --cc=acme@kernel.org \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=brajeswar.linux@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dhowells@redhat.com \
    --cc=ebiederm@xmission.com \
    --cc=james.morris@microsoft.com \
    --cc=jasowang@redhat.com \
    --cc=john.fastabend@gmail.com \
    --cc=jolsa@redhat.com \
    --cc=jrdr.linux@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=mjg59@google.com \
    --cc=namhyung@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=parri.andrea@gmail.com \
    --cc=paul@paul-moore.com \
    --cc=peterz@infradead.org \
    --cc=richard_c_haines@btinternet.com \
    --cc=sabyasachi.linux@gmail.com \
    --cc=sargun@sargun.me \
    --cc=viro@zeniv.linux.org.uk \
    --cc=zohar@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.