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 */