On Wed, Nov 17, 2010 at 05:50:23PM -0600, Rob Herring wrote: > From: Rob Herring <[email protected]> > > On PPC, of_irq.h gets implicitly included, but on other platforms > it does not. > > Signed-off-by: Rob Herring <[email protected]>
Applied, thanks. g. > --- > drivers/serial/of_serial.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/serial/of_serial.c b/drivers/serial/of_serial.c > index 17849dc..5c7abe4 100644 > --- a/drivers/serial/of_serial.c > +++ b/drivers/serial/of_serial.c > @@ -15,6 +15,7 @@ > #include <linux/serial_core.h> > #include <linux/serial_8250.h> > #include <linux/of_address.h> > +#include <linux/of_irq.h> > #include <linux/of_platform.h> > #include <linux/nwpserial.h> > > -- > 1.7.1 > > _______________________________________________ > devicetree-discuss mailing list > [email protected] > https://lists.ozlabs.org/listinfo/devicetree-discuss _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
