Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87d4a4da authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

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: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: default avatarToshi Kani <toshi.kani@hp.com>
parent e253673e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: "

include/acpi/container.h

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
#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 */