Re: [PATCH 1/3] OMAP3: PM: include 'mach/irqs.h'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kim Kyuwon <chammoru@xxxxxxxxx> writes:

> This patch fixes this compile error
>   CC      arch/arm/mach-omap2/cpuidle34xx.o
> arch/arm/mach-omap2/cpuidle34xx.c:100: error: implicit declaration of
> function 'omap_irq_pending'
> make[1]: *** [arch/arm/mach-omap2/cpuidle34xx.o] Error 1
>
> The omap_irq_pending() function is declared in
> 'arch/arm/plat-omap/include/mach/irqs.h'
>
> Signed-off-by: Kim Kyuwon <q1.kim@xxxxxxxxxxx>

Thanks, pushing to PM branch.

Kevin

>  arch/arm/mach-omap2/cpuidle34xx.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/cpuidle34xx.c
> b/arch/arm/mach-omap2/cpuidle34xx.c
> index 62fbb2e..5e50c46 100644
> --- a/arch/arm/mach-omap2/cpuidle34xx.c
> +++ b/arch/arm/mach-omap2/cpuidle34xx.c
> @@ -28,6 +28,7 @@
>  #include <mach/powerdomain.h>
>  #include <mach/control.h>
>  #include <mach/serial.h>
> +#include <mach/irqs.h>
>
>  #include "pm.h"
>
> -- 
> 1.5.2.5
>
> -- 
> Kyuwon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux