linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bhelgaas@google.com>
To: "Winkler, Tomas" <tomas.winkler@intel.com>
Cc: "linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
	"e1000-devel@lists.sourceforge.net" 
	<e1000-devel@lists.sourceforge.net>,
	Joerg Roedel <joro@8bytes.org>,
	"Dutt, Sudeep" <sudeep.dutt@intel.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Stephen Hemminger <stephen@networkplumber.org>,
	"iommu@lists.linux-foundation.org"
	<iommu@lists.linux-foundation.org>,
	"Brown, Aaron F" <aaron.f.brown@intel.com>,
	Arjan van de Ven <arjan@linux.intel.com>
Subject: Re: [PATCH v2 2/4] mei: Add include of <linux/irqreturn.h>
Date: Wed, 19 Feb 2014 11:28:39 -0700	[thread overview]
Message-ID: <CAErSpo4k9xhDr=NFQdVAvDBtJEMHTKbMqC58iDCVPH5C3tAq=Q@mail.gmail.com> (raw)
In-Reply-To: <5B8DA87D05A7694D9FA63FD143655C1B1AF74107@HASMSX106.ger.corp.intel.com>

On Wed, Feb 19, 2014 at 1:29 AM, Winkler, Tomas <tomas.winkler@intel.com> 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/mei/hw-me.h |    1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/misc/mei/hw-me.h b/drivers/misc/mei/hw-me.h
>> index 80bd829fbd9a..893d5119fa9b 100644
>> --- a/drivers/misc/mei/hw-me.h
>> +++ b/drivers/misc/mei/hw-me.h
>> @@ -20,6 +20,7 @@
>>  #define _MEI_INTERFACE_H_
>>
>>  #include <linux/mei.h>
>> +#include <linux/irqreturn.h>
>>  #include "mei_dev.h"
>>  #include "client.h"
>
>
> Okay.

Thanks, I added this ack:

Acked-by: Tomas Winkler <tomas.winkler@intel.com>

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

Thread overview: 9+ 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-19 17:09   ` Sudeep Dutt
2014-02-18 20:59 ` [PATCH v2 2/4] mei: " Bjorn Helgaas
2014-02-19  8:29   ` Winkler, Tomas
2014-02-19 18:28     ` Bjorn Helgaas [this message]
2014-02-18 20:59 ` [PATCH v2 3/4] iommu/amd: " Bjorn Helgaas
2014-02-18 21:00 ` [PATCH v2 4/4] PCI: Remove unused SR-IOV VF Migration support Bjorn Helgaas
2014-02-21  1:30 ` [PATCH v2 0/4] Remove dead code 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='CAErSpo4k9xhDr=NFQdVAvDBtJEMHTKbMqC58iDCVPH5C3tAq=Q@mail.gmail.com' \
    --to=bhelgaas@google.com \
    --cc=aaron.f.brown@intel.com \
    --cc=arjan@linux.intel.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=sudeep.dutt@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).