diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/serio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index ac2c70e7f760..1ebf0455e224 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h | |||
@@ -108,12 +108,6 @@ static inline void serio_drv_write_wakeup(struct serio *serio) | |||
108 | serio->drv->write_wakeup(serio); | 108 | serio->drv->write_wakeup(serio); |
109 | } | 109 | } |
110 | 110 | ||
111 | static inline void serio_cleanup(struct serio *serio) | ||
112 | { | ||
113 | if (serio->drv && serio->drv->cleanup) | ||
114 | serio->drv->cleanup(serio); | ||
115 | } | ||
116 | |||
117 | /* | 111 | /* |
118 | * Use the following functions to manipulate serio's per-port | 112 | * Use the following functions to manipulate serio's per-port |
119 | * driver-specific data. | 113 | * driver-specific data. |