David Howells <dhowells@xxxxxxxxxx> wrote: > +static inline int apply_relocate(Elf_Shdr *sechdrs, > + const char *strtab, > + unsigned int symindex, > + unsigned int relsec, > + struct module *me) > +{ > + pr_err("module %s: REL relocation unsupported\n", me->name); > + return -ENOEXEC; > +} Turns out you cannot use pr_err() and friends in a header file, lest it get included in a file that defines pr_fmt() to be something inconvenient. Thanks to Fengguang and his GIT tree cruncher for finding this in Blackfin with the BF526-EZBRD_defconfig. David -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html