Message ID | 20140218205946.11014.13654.stgit@bhelgaas-glaptop.roam.corp.google.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
> > 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. >
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 --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"
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