From 4e4d7a06500fef0bf2a3f73b4a54214a2aa6ee2f Mon Sep 17 00:00:00 2001 From: "Rafael J. Wysocki" Date: Sat, 9 Feb 2013 01:08:20 +0100 Subject: [PATCH] --- yaml --- r: 350979 b: refs/heads/master c: 87d4a4da7353c8582049dab50b880798d88ff9d7 h: refs/heads/master i: 350977: 35fbad62fa4f7baea211fcf8817e285dcf32fafb 350975: dec9faab4845dd47cb1f9561a98312f132193151 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/container.c | 1 - trunk/include/acpi/container.h | 12 ------------ 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 trunk/include/acpi/container.h diff --git a/[refs] b/[refs] index 20f645df3433..be59edae04a8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e253673ec5e3e0b82e6261d5c14505fed77d8b18 +refs/heads/master: 87d4a4da7353c8582049dab50b880798d88ff9d7 diff --git a/trunk/drivers/acpi/container.c b/trunk/drivers/acpi/container.c index 9053e86e9904..4cc2937cc022 100644 --- a/trunk/drivers/acpi/container.c +++ b/trunk/drivers/acpi/container.c @@ -34,7 +34,6 @@ #include #include #include -#include #define PREFIX "ACPI: " diff --git a/trunk/include/acpi/container.h b/trunk/include/acpi/container.h deleted file mode 100644 index a703f14e049e..000000000000 --- a/trunk/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 */