Ralf, can you apply David's patch? The build error is now in Linus' tree. TIA Adrian On Sat, Sep 20, 2008 at 10:16:36AM -0700, David Daney wrote: > > On linux-queue, malta doesn't build after the include file relocation. > This should fix it. > > There some occurrences of 'asm-mips' in the comments of quite a few > files, but this is the only place I found it in any code. > > Signed-off-by: David Daney <ddaney@xxxxxxxxxx> > --- > arch/mips/mti-malta/malta-amon.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/mips/mti-malta/malta-amon.c b/arch/mips/mti-malta/malta-amon.c > index 96236bf..df9e526 100644 > --- a/arch/mips/mti-malta/malta-amon.c > +++ b/arch/mips/mti-malta/malta-amon.c > @@ -22,9 +22,9 @@ > #include <linux/init.h> > #include <linux/smp.h> > > -#include <asm-mips/addrspace.h> > -#include <asm-mips/mips-boards/launch.h> > -#include <asm-mips/mipsmtregs.h> > +#include <asm/addrspace.h> > +#include <asm/mips-boards/launch.h> > +#include <asm/mipsmtregs.h> > > int amon_cpu_avail(int cpu) > {