From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- 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