[PATCH 10/16] ARM: OMAP: Make omap_device local to mach-omap2
Tony Lindgren
tony at atomide.com
Fri Oct 26 12:39:00 EDT 2012
* Paul Walmsley <paul at pwsan.com> [121025 18:28]:
> Hi Tony
>
> On Thu, 4 Oct 2012, Tony Lindgren wrote:
>
> > Let's make omap_device local to mach-omap2 for
> > ARM common zImage support.
> >
> > Signed-off-by: Tony Lindgren <tony at atomide.com>
>
> This one breaks a 5912-only build:
>
> arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_init':
> arch/arm/mach-omap1/pm_bus.c:69:2: error: implicit declaration of function
> 'cpu_class_is_omap1'
> make[1]: *** [arch/arm/mach-omap1/pm_bus.o] Error 1
>
> Fixed by the usual change; it's below.
Thanks. I've ran randonfigs on the omap-for-v3.8/cleanup-headers,
but have not seen these.
Can you do a branch on top of omap-for-v3.8/cleanup-headers
with all these fixes that I can pull in?
Regards,
Tony
> arch/arm/mach-omap1/pm_bus.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c
> index 16bf2f9..3f2d396 100644
> --- a/arch/arm/mach-omap1/pm_bus.c
> +++ b/arch/arm/mach-omap1/pm_bus.c
> @@ -19,6 +19,8 @@
> #include <linux/clk.h>
> #include <linux/err.h>
>
> +#include "soc.h"
> +
> #ifdef CONFIG_PM_RUNTIME
> static int omap1_pm_runtime_suspend(struct device *dev)
> {
> --
> 1.7.10.4
>
More information about the linux-arm-kernel
mailing list