Message ID | 20120624165710.GA20378@n2100.arm.linux.org.uk |
---|---|
State | New |
Headers | show |
On Sun, Jun 24, 2012 at 05:57:10PM +0100, Russell King - ARM Linux wrote: > commit 9f97da78bf018206fb623cd351d454af2f105fe0 > Author: David Howells <dhowells@redhat.com> > Date: Wed Mar 28 18:30:01 2012 +0100 > > Disintegrate asm/system.h for ARM > > Disintegrate asm/system.h for ARM. > > Signed-off-by: David Howells <dhowells@redhat.com> > cc: Russell King <linux@arm.linux.org.uk> > cc: linux-arm-kernel@lists.infradead.org > > diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h > index 774c41e..74542c5 100644 > --- a/arch/arm/include/asm/system.h > +++ b/arch/arm/include/asm/system.h > +/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */ > +#include <asm/barrier.h> > +#include <asm/compiler.h> > +#include <asm/cmpxchg.h> > +#include <asm/exec.h> > +#include <asm/switch_to.h> > +#include <asm/system_info.h> > +#include <asm/system_misc.h> > > What's wrong with the above commit to mach-imx27_visstrim_m10.c ? Sorry Russell, thank you Fabio for sending a patch. Sascha
On 25 June 2012 08:49, Sascha Hauer <s.hauer@pengutronix.de> wrote: > On Sun, Jun 24, 2012 at 05:57:10PM +0100, Russell King - ARM Linux wrote: >> commit 9f97da78bf018206fb623cd351d454af2f105fe0 >> Author: David Howells <dhowells@redhat.com> >> Date: Wed Mar 28 18:30:01 2012 +0100 >> >> Disintegrate asm/system.h for ARM >> >> Disintegrate asm/system.h for ARM. >> >> Signed-off-by: David Howells <dhowells@redhat.com> >> cc: Russell King <linux@arm.linux.org.uk> >> cc: linux-arm-kernel@lists.infradead.org >> >> diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h >> index 774c41e..74542c5 100644 >> --- a/arch/arm/include/asm/system.h >> +++ b/arch/arm/include/asm/system.h >> +/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */ >> +#include <asm/barrier.h> >> +#include <asm/compiler.h> >> +#include <asm/cmpxchg.h> >> +#include <asm/exec.h> >> +#include <asm/switch_to.h> >> +#include <asm/system_info.h> >> +#include <asm/system_misc.h> >> >> What's wrong with the above commit to mach-imx27_visstrim_m10.c ? > > Sorry Russell, thank you Fabio for sending a patch. > Sorry, thank you for spotting the mistake.
diff --git a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c index f7b074f..748ba2e 100644 --- a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c +++ b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c @@ -38,6 +38,7 @@ #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/time.h> +#include <asm/system.h> #include <mach/common.h> #include <mach/iomux-mx27.h>