mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 14:05:39 +00:00
ACPI: Drop the container.h header file
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 <rafael.j.wysocki@intel.com> Acked-by: Toshi Kani <toshi.kani@hp.com>
This commit is contained in:
parent
e253673ec5
commit
87d4a4da73
@ -34,7 +34,6 @@
|
||||
#include <linux/acpi.h>
|
||||
#include <acpi/acpi_bus.h>
|
||||
#include <acpi/acpi_drivers.h>
|
||||
#include <acpi/container.h>
|
||||
|
||||
#define PREFIX "ACPI: "
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
#ifndef __ACPI_CONTAINER_H
|
||||
#define __ACPI_CONTAINER_H
|
||||
|
||||
#include <linux/kernel.h>
|
||||
|
||||
struct acpi_container {
|
||||
acpi_handle handle;
|
||||
unsigned long sun;
|
||||
int state;
|
||||
};
|
||||
|
||||
#endif /* __ACPI_CONTAINER_H */
|
Loading…
Reference in New Issue
Block a user