Message ID | 516C2FEF.7080006@monstr.eu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Apr 15, 2013 at 05:50:55PM +0100, Michal Simek wrote: > That's why please add this header to this patch. > > diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c > index 3e428a1..f30887e 100644 > --- a/drivers/of/of_pci.c > +++ b/drivers/of/of_pci.c > @@ -1,6 +1,7 @@ > #include <linux/kernel.h> > #include <linux/export.h> > #include <linux/of.h> > +#include <linux/of_address.h> > #include <linux/of_pci.h> > #include <asm/prom.h> > > > When you fix it: > Acked-by: Michal Simek <monstr@monstr.eu> I've added this fix to the latest patchset (v7) and also your Ack - thanks for your feedback (and the robot...). Andrew Murray
diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c index 3e428a1..f30887e 100644 --- a/drivers/of/of_pci.c +++ b/drivers/of/of_pci.c @@ -1,6 +1,7 @@ #include <linux/kernel.h> #include <linux/export.h> #include <linux/of.h> +#include <linux/of_address.h> #include <linux/of_pci.h> #include <asm/prom.h>