aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2006-11-17 01:07:39 -0500
committerDmitry Torokhov <dtor@insightbb.com>2006-11-17 01:07:39 -0500
commit9d92fe17b652f5496c97bc83fdfe925f3182f602 (patch)
treed4b4e014922294794b6f1c3efb61ef4f814cdcc8 /include/linux/serio.h
parentInput: add Philips UCB1400 touchscreen driver (diff)
downloadlinux-dev-9d92fe17b652f5496c97bc83fdfe925f3182f602.tar.xz
linux-dev-9d92fe17b652f5496c97bc83fdfe925f3182f602.zip
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 '')
-rw-r--r--include/linux/serio.h5
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)
void serio_unregister_port(struct serio *serio);
void serio_unregister_child_port(struct serio *serio);
-void __serio_unregister_port_delayed(struct serio *serio, struct module *owner);
-static inline void serio_unregister_port_delayed(struct serio *serio)
-{
- __serio_unregister_port_delayed(serio, THIS_MODULE);
-}
void __serio_register_driver(struct serio_driver *drv, struct module *owner);
static inline void serio_register_driver(struct serio_driver *drv)