All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Dutt <sudeep.dutt@intel.com>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org, e1000-devel@lists.sourceforge.net,
	Joerg Roedel <joro@8bytes.org>,
	linux-kernel@vger.kernel.org,
	Stephen Hemminger <stephen@networkplumber.org>,
	iommu@lists.linux-foundation.org,
	Tomas Winkler <tomas.winkler@intel.com>,
	Aaron F Brown <aaron.f.brown@intel.com>,
	Arjan van de Ven <arjan@linux.intel.com>,
	Sudeep Dutt <sudeep.dutt@intel.com>,
	Ashutosh Dixit <ashutosh.dixit@intel.com>
Subject: Re: [PATCH v2 1/4] misc: mic: Add include of <linux/irqreturn.h>
Date: Wed, 19 Feb 2014 09:09:49 -0800	[thread overview]
Message-ID: <1392829789.15950.13.camel@rbtaylor-desk1.amr.corp.intel.com> (raw)
In-Reply-To: <20140218205939.11014.41761.stgit@bhelgaas-glaptop.roam.corp.google.com>

On Tue, 2014-02-18 at 13:59 -0700, Bjorn Helgaas wrote:
> We currently include <linux/irqreturn.h> in <linux/pci.h>, but I'm about to
> remove that from linux/pci.h, so add explicit includes where needed.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
>  drivers/misc/mic/card/mic_device.h |    1 +
>  drivers/misc/mic/host/mic_device.h |    1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/drivers/misc/mic/card/mic_device.h b/drivers/misc/mic/card/mic_device.h
> index 347b9b3b7916..306f502be95e 100644
> --- a/drivers/misc/mic/card/mic_device.h
> +++ b/drivers/misc/mic/card/mic_device.h
> @@ -29,6 +29,7 @@
>  
>  #include <linux/workqueue.h>
>  #include <linux/io.h>
> +#include <linux/irqreturn.h>
>  
>  /**
>   * struct mic_intr_info - Contains h/w specific interrupt sources info
> diff --git a/drivers/misc/mic/host/mic_device.h b/drivers/misc/mic/host/mic_device.h
> index 1a6edce2ecde..0398c696d257 100644
> --- a/drivers/misc/mic/host/mic_device.h
> +++ b/drivers/misc/mic/host/mic_device.h
> @@ -24,6 +24,7 @@
>  #include <linux/cdev.h>
>  #include <linux/idr.h>
>  #include <linux/notifier.h>
> +#include <linux/irqreturn.h>
>  
>  #include "mic_intr.h"
>  
> 

Acked-by: Sudeep Dutt <sudeep.dutt@intel.com>

Thanks,




  reply	other threads:[~2014-02-19 17:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18 20:59 [PATCH v2 0/4] Remove dead code Bjorn Helgaas
2014-02-18 20:59 ` [PATCH v2 1/4] misc: mic: Add include of <linux/irqreturn.h> Bjorn Helgaas
2014-02-18 20:59   ` Bjorn Helgaas
2014-02-19 17:09   ` Sudeep Dutt [this message]
2014-02-18 20:59 ` [PATCH v2 2/4] mei: " Bjorn Helgaas
2014-02-18 20:59   ` Bjorn Helgaas
2014-02-19  8:29   ` Winkler, Tomas
2014-02-19  8:29     ` Winkler, Tomas
2014-02-19  8:29     ` Winkler, Tomas
2014-02-19 18:28     ` Bjorn Helgaas
2014-02-19 18:28       ` Bjorn Helgaas
2014-02-19 18:28       ` Bjorn Helgaas
2014-02-18 20:59 ` [PATCH v2 3/4] iommu/amd: " Bjorn Helgaas
2014-02-18 20:59   ` Bjorn Helgaas
2014-02-18 21:00 ` [PATCH v2 4/4] PCI: Remove unused SR-IOV VF Migration support Bjorn Helgaas
2014-02-18 21:00   ` Bjorn Helgaas
2014-02-21  1:30 ` [PATCH v2 0/4] Remove dead code Bjorn Helgaas
2014-02-21  1:30   ` Bjorn Helgaas
2014-02-21  1:30   ` Bjorn Helgaas

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=1392829789.15950.13.camel@rbtaylor-desk1.amr.corp.intel.com \
    --to=sudeep.dutt@intel.com \
    --cc=aaron.f.brown@intel.com \
    --cc=arjan@linux.intel.com \
    --cc=ashutosh.dixit@intel.com \
    --cc=bhelgaas@google.com \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=iommu@lists.linux-foundation.org \
    --cc=joro@8bytes.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    --cc=tomas.winkler@intel.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.