arch/metag/kernel/devtree.c: In function 'setup_machine_fdt': arch/metag/kernel/devtree.c:52: error: 'arch_get_next_mach' undeclared (first use in this function) arch/metag/kernel/devtree.c:52: error: (Each undeclared identifier is reported only once arch/metag/kernel/devtree.c:52: error: for each function it appears in.) arch/metag/kernel/devtree.c:52: warning: assignment discards qualifiers from pointer target type make[1]: *** [arch/metag/kernel/devtree.o] Error 1
Not surprising, since arch_get_next_mach() is not defined for metag. Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

