From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947378Ab3BHXiQ (ORCPT ); Fri, 8 Feb 2013 18:38:16 -0500 Received: from g1t0028.austin.hp.com ([15.216.28.35]:36447 "EHLO g1t0028.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1947297Ab3BHXiO (ORCPT ); Fri, 8 Feb 2013 18:38:14 -0500 Message-ID: <1360366054.3869.60.camel@misato.fc.hp.com> Subject: Re: [PATCH] ACPI: Drop the container.h header file From: Toshi Kani To: "Rafael J. Wysocki" Cc: ACPI Devel Maling List , Greg Kroah-Hartman , Bjorn Helgaas , Mika Westerberg , Matthew Garrett , Yinghai Lu , Jiang Liu , LKML , Yasuaki Ishimatsu Date: Fri, 08 Feb 2013 16:27:34 -0700 In-Reply-To: <1845543.1spGohx2XC@vostro.rjw.lan> References: <1873429.MS5RQDxTye@vostro.rjw.lan> <1891536.LKCrpu1upY@vostro.rjw.lan> <1435179.fU91E9qMVO@vostro.rjw.lan> <1845543.1spGohx2XC@vostro.rjw.lan> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2013-02-09 at 00:18 +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The include/acpi/container.h only contains a definition of a > structure that is not used any more, so drop it entirely. > > Similar change was proposed earlier by Toshi Kani. > > Signed-off-by: Rafael J. Wysocki Acked-by: Toshi Kani Thanks, -Toshi > --- > > On top of current linux-pm.git/bleeding-edge. > > Thanks, > Rafael > > --- > drivers/acpi/container.c | 1 - > include/acpi/container.h | 12 ------------ > 2 files changed, 13 deletions(-) > > Index: test/include/acpi/container.h > =================================================================== > --- test.orig/include/acpi/container.h > +++ /dev/null > @@ -1,12 +0,0 @@ > -#ifndef __ACPI_CONTAINER_H > -#define __ACPI_CONTAINER_H > - > -#include > - > -struct acpi_container { > - acpi_handle handle; > - unsigned long sun; > - int state; > -}; > - > -#endif /* __ACPI_CONTAINER_H */ > Index: test/drivers/acpi/container.c > =================================================================== > --- test.orig/drivers/acpi/container.c > +++ test/drivers/acpi/container.c > @@ -34,7 +34,6 @@ > #include > #include > #include > -#include > > #define PREFIX "ACPI: " > >