[PATCH 2/3] of_serial: explicitly include of_irq.h
Grant Likely
grant.likely at secretlab.ca
Thu Dec 30 11:54:15 EST 2010
On Wed, Nov 17, 2010 at 05:50:23PM -0600, Rob Herring wrote:
> From: Rob Herring <rob.herring at calxeda.com>
>
> On PPC, of_irq.h gets implicitly included, but on other platforms
> it does not.
>
> Signed-off-by: Rob Herring <rob.herring at calxeda.com>
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
> devicetree-discuss at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/devicetree-discuss
More information about the devicetree-discuss
mailing list