diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-02-09 11:38:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 12:14:06 -0500 |
commit | d7bde2fe043c2f7ddcf1d8bec139684ef774c8bc (patch) | |
tree | dd6807003053891ebac49c2c4f325a75d773944e | |
parent | 58addbffdde731da25a2f9eaa1353fc434f3f3c4 (diff) |
[PATCH] hwmon: ansify
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/hwmon/ams/ams-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ams/ams-input.c b/drivers/hwmon/ams/ams-input.c index f126aa485134..18210164e307 100644 --- a/drivers/hwmon/ams/ams-input.c +++ b/drivers/hwmon/ams/ams-input.c | |||
@@ -153,7 +153,7 @@ int ams_input_init(void) | |||
153 | } | 153 | } |
154 | 154 | ||
155 | /* Call with ams_info.lock held! */ | 155 | /* Call with ams_info.lock held! */ |
156 | void ams_input_exit() | 156 | void ams_input_exit(void) |
157 | { | 157 | { |
158 | ams_input_disable(); | 158 | ams_input_disable(); |
159 | device_remove_file(&ams_info.of_dev->dev, &dev_attr_joystick); | 159 | device_remove_file(&ams_info.of_dev->dev, &dev_attr_joystick); |