kernel/drivers/input/mouse/byd.h
.. .. @@ -2,18 +2,7 @@ 2 2 #ifndef _BYD_H 3 3 #define _BYD_H 4 4 5 -#ifdef CONFIG_MOUSE_PS2_BYD6 5 int byd_detect(struct psmouse *psmouse, bool set_properties); 7 6 int byd_init(struct psmouse *psmouse); 8 -#else9 -static inline int byd_detect(struct psmouse *psmouse, bool set_properties)10 -{11 - return -ENOSYS;12 -}13 -static inline int byd_init(struct psmouse *psmouse)14 -{15 - return -ENOSYS;16 -}17 -#endif /* CONFIG_MOUSE_PS2_BYD */18 7 19 8 #endif /* _BYD_H */