diff mbox

[v2,2/4] mei: Add include of <linux/irqreturn.h>

Message ID 20140218205946.11014.13654.stgit@bhelgaas-glaptop.roam.corp.google.com
State Accepted
Headers show

Commit Message

Bjorn Helgaas Feb. 18, 2014, 8:59 p.m. UTC
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(+)


--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Winkler, Tomas Feb. 19, 2014, 8:29 a.m. UTC | #1
> 

> 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.
>
Bjorn Helgaas Feb. 19, 2014, 6:28 p.m. UTC | #2
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>
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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"