diff options
author | Tilman Schmidt <tilman@imap.cc> | 2006-04-11 01:55:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 09:18:49 -0400 |
commit | b1d47464c947f08125dc4ac4a2321ced9e2fed29 (patch) | |
tree | 6a977f4335c5a2ab734779fb52565c81eb61bb1b /drivers/isdn/gigaset/gigaset.h | |
parent | 784d5858aac58c06608def862d73ae9a32f5ee23 (diff) |
[PATCH] isdn4linux: Siemens Gigaset drivers: sysfs usage
With Hansjoerg Lipp <hjlipp@web.de>
Correct the way the Gigaset drivers create their sysfs entries.
Signed-off-by: Hansjoerg Lipp <hjlipp@web.de>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index d77588de7eb7..04457571923d 100644 --- a/drivers/isdn/gigaset/gigaset.h +++ b/drivers/isdn/gigaset/gigaset.h | |||
@@ -778,8 +778,8 @@ void gigaset_handle_modem_response(struct cardstate *cs); | |||
778 | */ | 778 | */ |
779 | 779 | ||
780 | /* initialize sysfs for device */ | 780 | /* initialize sysfs for device */ |
781 | void gigaset_init_dev_sysfs(struct usb_interface *interface); | 781 | void gigaset_init_dev_sysfs(struct cardstate *cs); |
782 | void gigaset_free_dev_sysfs(struct usb_interface *interface); | 782 | void gigaset_free_dev_sysfs(struct cardstate *cs); |
783 | 783 | ||
784 | /* =========================================================================== | 784 | /* =========================================================================== |
785 | * Functions implemented in common.c/gigaset.h | 785 | * Functions implemented in common.c/gigaset.h |