Hi all, After merging the char-misc tree, today's linux-next build (i386 defconfig) produced this warning: drivers/nvmem/core.c:496:1: warning: 'nvmem_find_cell_by_index' defined but not used [-Wunused-function] nvmem_find_cell_by_index(struct nvmem_device *nvmem, int index) ^~~~~~~~~~~~~~~~~~~~~~~~ Introduced by commit e888d445ac33 ("nvmem: resolve cells from DT at registration time") -- Cheers, Stephen Rothwell