X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fchar%2Fhpet.c;h=e3f9a99b8522e41dd2a4005142ea396838f26bbf;hb=06991c28f37ad68e5c03777f5c3b679b56e3dac1;hp=fe6d4be4829600d9c6e44078f95ddb65b84ba957;hpb=121027a7a64a12e9e5c0289f12473ff11678a812;p=~andy%2Flinux diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index fe6d4be4829..e3f9a99b852 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c @@ -1041,7 +1041,7 @@ static int hpet_acpi_add(struct acpi_device *device) return hpet_alloc(&data); } -static int hpet_acpi_remove(struct acpi_device *device, int type) +static int hpet_acpi_remove(struct acpi_device *device) { /* XXX need to unregister clocksource, dealloc mem, etc */ return -EINVAL;