aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-19 16:31:34 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-19 16:31:34 -0500
commitd43a338e395371733a80ec473b40baac5f74d768 (patch)
treed4c01b62865bed1af2463d7a4eb4cb25ca46c66e /include
parentcb4aaf46c0283dd79ab2e8b8b165c0bf13ab6194 (diff)
parent62b529a7b9c11880a8820494a25db0e2ecdf3bed (diff)
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
* 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input: Input: remove obsolete setup parameters from input drivers Input: HIL - fix improper call to release_region() Input: hid-lgff - treat devices as joysticks unless told otherwise Input: HID - add support for Logitech Formula Force EX Input: gpio-keys - switch to common GPIO API Input: do not lock device when showing name, phys and uniq Input: i8042 - let serio bus suspend ports Input: psmouse - properly reset mouse on shutdown/suspend
Diffstat (limited to 'include')
-rw-r--r--include/linux/serio.h6
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
111static 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.