[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100414065440.GE7882@pengutronix.de>
Date: Wed, 14 Apr 2010 08:54:40 +0200
From: Sascha Hauer <s.hauer@...gutronix.de>
To: Dinh.Nguyen@...escale.com, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux@....linux.org.uk,
valentin.longchamp@...l.ch, daniel@...aq.de,
grant.likely@...retlab.ca, r.herring@...escale.com,
bryan.wu@...onical.com
Subject: Re: [PATCH 2.6.34-rc4 1/1] mx5: Fix build error for mx51_defconfig
On Wed, Apr 14, 2010 at 09:44:37AM +0300, Amit Kucheria wrote:
> On 10 Apr 13, Dinh.Nguyen@...escale.com wrote:
> > From: Dinh Nguyen <Dinh.Nguyen@...escale.com>
> >
> > Need to include <asm/div64.h> for do_div calls.
> >
> > Signed-off-by: Dinh Nguyen <Dinh.Nguyen@...escale.com>
> > ---
> > arch/arm/mach-mx5/clock-mx51.c | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/mach-mx5/clock-mx51.c b/arch/arm/mach-mx5/clock-mx51.c
> > index 8f85f73..1ee6ce4 100644
> > --- a/arch/arm/mach-mx5/clock-mx51.c
> > +++ b/arch/arm/mach-mx5/clock-mx51.c
> > @@ -16,6 +16,7 @@
> > #include <linux/io.h>
> >
> > #include <asm/clkdev.h>
> > +#include <asm/div64.h>
> >
> > #include <mach/hardware.h>
> > #include <mach/common.h>
> > --
> > 1.6.0.4
>
> Acked-by: Amit Kucheria <amit.kucheria@...onical.com>
>
> Sascha, I can collect all the mx5 patches and make them available to you in a
> git pull-request. Would that be ok?
I prefer collecting them myself since many patches will be not i.MX51
specific but i.MX specific and I'm afraid of too many merge conflicts.
>
> Regards,
> Amit
> p.s. Your patches are on my todo list. Will get to them now.
They are already mainline.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists