From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/drivers/input/mouse/cypress_ps2.h | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/kernel/drivers/input/mouse/cypress_ps2.h b/kernel/drivers/input/mouse/cypress_ps2.h index 1eaddd8..bb4979d 100644 --- a/kernel/drivers/input/mouse/cypress_ps2.h +++ b/kernel/drivers/input/mouse/cypress_ps2.h @@ -170,18 +170,7 @@ }; -#ifdef CONFIG_MOUSE_PS2_CYPRESS int cypress_detect(struct psmouse *psmouse, bool set_properties); int cypress_init(struct psmouse *psmouse); -#else -inline int cypress_detect(struct psmouse *psmouse, bool set_properties) -{ - return -ENOSYS; -} -inline int cypress_init(struct psmouse *psmouse) -{ - return -ENOSYS; -} -#endif /* CONFIG_MOUSE_PS2_CYPRESS */ #endif /* _CYPRESS_PS2_H */ -- Gitblit v1.6.2