From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 02:23:07 +0000
Subject: [PATCH] add led
---
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