kernel/drivers/input/mouse/cypress_ps2.h
.. .. @@ -170,18 +170,7 @@ 170 170 }; 171 171 172 172 173 -#ifdef CONFIG_MOUSE_PS2_CYPRESS174 173 int cypress_detect(struct psmouse *psmouse, bool set_properties); 175 174 int cypress_init(struct psmouse *psmouse); 176 -#else177 -inline int cypress_detect(struct psmouse *psmouse, bool set_properties)178 -{179 - return -ENOSYS;180 -}181 -inline int cypress_init(struct psmouse *psmouse)182 -{183 - return -ENOSYS;184 -}185 -#endif /* CONFIG_MOUSE_PS2_CYPRESS */186 175 187 176 #endif /* _CYPRESS_PS2_H */