diff options
| author | Dmitry Torokhov <dtor@insightbb.com> | 2006-11-17 01:07:39 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-11-17 01:07:39 -0500 |
| commit | 9d92fe17b652f5496c97bc83fdfe925f3182f602 (patch) | |
| tree | d4b4e014922294794b6f1c3efb61ef4f814cdcc8 /include/linux/serio.h | |
| parent | f40219bf936bb677566f42758d505e27fad0908e (diff) | |
Input: serio - remove serio_unregister_port_delayed()
Now that i8042 reserves IRQs early there are no more users of this
function and it should be removed.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/serio.h')
| -rw-r--r-- | include/linux/serio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index b99c5ca9708d..8f52228390ab 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h | |||
| @@ -85,11 +85,6 @@ static inline void serio_register_port(struct serio *serio) | |||
| 85 | 85 | ||
| 86 | void serio_unregister_port(struct serio *serio); | 86 | void serio_unregister_port(struct serio *serio); |
| 87 | void serio_unregister_child_port(struct serio *serio); | 87 | void serio_unregister_child_port(struct serio *serio); |
| 88 | void __serio_unregister_port_delayed(struct serio *serio, struct module *owner); | ||
| 89 | static inline void serio_unregister_port_delayed(struct serio *serio) | ||
| 90 | { | ||
| 91 | __serio_unregister_port_delayed(serio, THIS_MODULE); | ||
| 92 | } | ||
| 93 | 88 | ||
| 94 | void __serio_register_driver(struct serio_driver *drv, struct module *owner); | 89 | void __serio_register_driver(struct serio_driver *drv, struct module *owner); |
| 95 | static inline void serio_register_driver(struct serio_driver *drv) | 90 | static inline void serio_register_driver(struct serio_driver *drv) |
