···756756 return 0;757757}758758759759-int fsp_detect(struct psmouse *psmouse, int set_properties)759759+int fsp_detect(struct psmouse *psmouse, bool set_properties)760760{761761 int id;762762
+2-2
drivers/input/mouse/sentelic.h
···8080};81818282#ifdef CONFIG_MOUSE_PS2_SENTELIC8383-extern int fsp_detect(struct psmouse *psmouse, int set_properties);8383+extern int fsp_detect(struct psmouse *psmouse, bool set_properties);8484extern int fsp_init(struct psmouse *psmouse);8585#else8686-inline int fsp_detect(struct psmouse *psmouse, int set_properties)8686+inline int fsp_detect(struct psmouse *psmouse, bool set_properties)8787{8888 return -ENOSYS;8989}