tree: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git synaptics-rmi4 head: 6c8adf701fb9e00e16fd3aa330995c4863c4fd9a commit: 6c8adf701fb9e00e16fd3aa330995c4863c4fd9a [25/25] Input: RMI4 - correct a few function names to fix build config: make ARCH=i386 allyesconfig All warnings: >> WARNING: drivers/input/built-in.o(.init.text+0x2c11): Section mismatch in reference from the function rmi_bus_init() to the function .exit.text:rmi_unregister_f01_handler() The function __init rmi_bus_init() references a function __exit rmi_unregister_f01_handler(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __exit annotation of rmi_unregister_f01_handler() so it may be used outside an exit section. --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html