From: Len Brown <len.brown@xxxxxxxxx> drivers/acpi/bay.c: In function â??bay_notifyâ??: drivers/acpi/bay.c:491: warning: unused variable â??bayâ?? Signed-off-by: Len Brown <len.brown@xxxxxxxxx> --- drivers/acpi/bay.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 1cfc0b7..412590d 100644 --- a/drivers/acpi/bay.c +++ b/drivers/acpi/bay.c @@ -488,7 +488,6 @@ static struct acpi_device * bay_create_acpi_device(acpi_handle handle) static void bay_notify(acpi_handle handle, u32 event, void *data) { struct acpi_device *dev; - struct bay *bay = data; bay_dprintk(handle, "Bay event"); -- 1.5.0.rc3.39.gec804 - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html