Skip to content

Commit

Permalink
[PATCH] hwmon: ansify
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent 58addbf commit d7bde2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/ams/ams-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ int ams_input_init(void)
}

/* Call with ams_info.lock held! */
void ams_input_exit()
void ams_input_exit(void)
{
ams_input_disable();
device_remove_file(&ams_info.of_dev->dev, &dev_attr_joystick);
Expand Down

0 comments on commit d7bde2f

Please sign in to comment.