Re: [PATCH 5/8] nvmem: Fix io memory dependencies

2016-03-30 Thread Srinivas Kandagatla
Thanks for the patch, But there is already a same patch [1] submitted few days back. I will pick that one. Thanks, srini [1] http://lkml.iu.edu/hypermail/linux/kernel/1603.0/03538.html On 25/03/16 22:40, Richard Weinberger wrote: Not all archs have io memory. Fixes the following build error

[PATCH 5/8] nvmem: Fix io memory dependencies

2016-03-25 Thread Richard Weinberger
Not all archs have io memory. Fixes the following build error: ERROR: "devm_ioremap_resource" [drivers/nvmem/nvmem_mtk-efuse.ko] undefined! ERROR: "devm_ioremap_resource" [drivers/nvmem/nvmem_lpc18xx_eeprom.ko] undefined! Cc: Srinivas Kandagatla Cc: Maxime Ripard Signed-off-by: Richard Weinber