diff options
Diffstat (limited to 'drivers/platform/x86/toshiba_bluetooth.c')
| -rw-r--r-- | drivers/platform/x86/toshiba_bluetooth.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/toshiba_bluetooth.c b/drivers/platform/x86/toshiba_bluetooth.c index e95be0b7485..74dd01ae343 100644 --- a/drivers/platform/x86/toshiba_bluetooth.c +++ b/drivers/platform/x86/toshiba_bluetooth.c @@ -32,7 +32,7 @@ MODULE_LICENSE("GPL");  static int toshiba_bt_rfkill_add(struct acpi_device *device); -static int toshiba_bt_rfkill_remove(struct acpi_device *device, int type); +static int toshiba_bt_rfkill_remove(struct acpi_device *device);  static void toshiba_bt_rfkill_notify(struct acpi_device *device, u32 event);  static const struct acpi_device_id bt_device_ids[] = { @@ -122,7 +122,7 @@ static int toshiba_bt_rfkill_add(struct acpi_device *device)  	return result;  } -static int toshiba_bt_rfkill_remove(struct acpi_device *device, int type) +static int toshiba_bt_rfkill_remove(struct acpi_device *device)  {  	/* clean up */  	return 0;  |