tree: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git synaptics-rmi4 head: fc30f2265940e9f48a3b4afa7dde45d096dd835b commit: fc30f2265940e9f48a3b4afa7dde45d096dd835b [24/24] Input: RMI4 - bus code reshuffle config: make ARCH=ia64 allmodconfig All error/warnings: In file included from drivers/input/rmi4/rmi_driver.c:33:0: drivers/input/rmi4/rmi_f01.h:95:1: note: offset of packed bit-field 'month' has changed in GCC 4.4 >> drivers/input/rmi4/rmi_driver.c:1194:8: error: 'rmi_driver_suspend' undeclared here (not in a function) >> drivers/input/rmi4/rmi_driver.c:1194:8: error: 'rmi_driver_resume' undeclared here (not in a function) vim +/rmi_driver_suspend +1194 drivers/input/rmi4/rmi_driver.c 1188 return 0; 1189 1190 err_free_data: 1191 return retval; 1192 } 1193 > 1194 static UNIVERSAL_DEV_PM_OPS(rmi_driver_pm, rmi_driver_suspend, 1195 rmi_driver_resume, NULL); 1196 1197 struct rmi_driver rmi_physical_driver = { --- 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