On 07/18/2017 09:54 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20170718: > on i386: ../drivers/sfi/sfi_core.c: In function 'sfi_map_memory': ../drivers/sfi/sfi_core.c:104:3: error: implicit declaration of function 'memremap' [-Werror=implicit-function-declaration] return memremap(phys, size, MEMREMAP_WB); ^ ../drivers/sfi/sfi_core.c:104:31: error: 'MEMREMAP_WB' undeclared (first use in this function) return memremap(phys, size, MEMREMAP_WB); ^ ../drivers/sfi/sfi_core.c:104:31: note: each undeclared identifier is reported only once for each function it appears in ../drivers/sfi/sfi_core.c: In function 'sfi_unmap_memory': ../drivers/sfi/sfi_core.c:115:3: error: implicit declaration of function 'memunmap' [-Werror=implicit-function-declaration] memunmap(virt); ^ ../drivers/sfi/sfi_core.c: In function 'sfi_map_memory': ../drivers/sfi/sfi_core.c:107:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html