Re: [PATCH] mtd: use cfi-util in jedecprobe

2015-05-29 Thread Brian Norris
Hi Arnd, On Fri, May 29, 2015 at 10:39:28AM +0200, Arnd Bergmann wrote: > A recent change to move cfi helper functions out of line > is causing build errors when cfi-util is a loadable module > and jedecprobe is built-in: > > drivers/built-in.o: In function `jedec_reset': > (.text+0x140694): unde

[PATCH] mtd: use cfi-util in jedecprobe

2015-05-29 Thread Arnd Bergmann
A recent change to move cfi helper functions out of line is causing build errors when cfi-util is a loadable module and jedecprobe is built-in: drivers/built-in.o: In function `jedec_reset': (.text+0x140694): undefined reference to `cfi_send_gen_cmd' drivers/built-in.o: In function `jedec_probe_ch