sony-laptop: fix sparse non-ANSI function warning

Fix sparse warning for non-ANSI function declaration:

drivers/platform/x86/sony-laptop.c:1134:35: warning: non-ANSI function declaration of function 'sony_nc_rfkill_update'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc:	Matthew Garrett <mjg@redhat.com>
Cc:	Mattia Dongili <malattia@linux.it>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
Randy Dunlap 2011-01-08 19:56:44 -08:00 committed by Matthew Garrett
parent 7027d8b570
commit a46a780835
1 changed files with 1 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ static int sony_nc_setup_rfkill(struct acpi_device *device,
return err;
}
static void sony_nc_rfkill_update()
static void sony_nc_rfkill_update(void)
{
enum sony_nc_rfkill i;
int result;