Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756513Ab3FKWPD (ORCPT ); Tue, 11 Jun 2013 18:15:03 -0400 Received: from hydra.sisk.pl ([212.160.235.94]:34463 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756475Ab3FKWPB (ORCPT ); Tue, 11 Jun 2013 18:15:01 -0400 From: "Rafael J. Wysocki" To: Toshi Kani Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ACPI: Remove unused flags in acpi_device_flags Date: Wed, 12 Jun 2013 00:24:12 +0200 Message-ID: <1929531.s4Kmz37sNk@vostro.rjw.lan> User-Agent: KMail/4.9.5 (Linux/3.10.0-rc5+; KDE/4.9.5; x86_64; ; ) In-Reply-To: <1370382985-12163-1-git-send-email-toshi.kani@hp.com> References: <1370382985-12163-1-git-send-email-toshi.kani@hp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1394 Lines: 47 On Tuesday, June 04, 2013 03:56:25 PM Toshi Kani wrote: > suprise_removal_ok and performance_manageable in struct > acpi_device_flags are not used by any code. So, remove > them. > > Signed-off-by: Toshi Kani Queued up for 3.11. Thanks, Rafael > --- > include/acpi/acpi_bus.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h > index 1a681ee..9efc52f 100644 > --- a/include/acpi/acpi_bus.h > +++ b/include/acpi/acpi_bus.h > @@ -156,12 +156,10 @@ struct acpi_device_flags { > u32 dynamic_status:1; > u32 removable:1; > u32 ejectable:1; > - u32 suprise_removal_ok:1; > u32 power_manageable:1; > - u32 performance_manageable:1; > u32 eject_pending:1; > u32 match_driver:1; > - u32 reserved:24; > + u32 reserved:26; > }; > > /* File System */ > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/