diff options
| author | Patrick Mochel <mochel@osdl.org> | 2003-09-03 22:34:50 -0700 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2003-09-03 22:34:50 -0700 |
| commit | ed446fd17168dbbf2ff13c1871943f95fc055a49 (patch) | |
| tree | 50f035814350da82220e0551f99f9af0bbad86d8 /include/linux/hiddev.h | |
| parent | 29b12b99c0fd84b52974bbea7161fba8223fefa8 (diff) | |
| parent | 31412915d5d1de833892ac14d61db02ec8dce625 (diff) | |
Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virgin
into osdl.org:/home/mochel/src/kernel/linux-2.5-core
Diffstat (limited to 'include/linux/hiddev.h')
| -rw-r--r-- | include/linux/hiddev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hiddev.h b/include/linux/hiddev.h index dc6d8dd843b5..9e6d27476a74 100644 --- a/include/linux/hiddev.h +++ b/include/linux/hiddev.h @@ -207,7 +207,7 @@ void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value, struct pt_regs *regs); void hiddev_report_event(struct hid_device *hid, struct hid_report *report); int __init hiddev_init(void); -void __exit hiddev_exit(void); +void hiddev_exit(void); #else static inline int hiddev_connect(struct hid_device *hid) { return -1; } static inline void hiddev_disconnect(struct hid_device *hid) { } |
