Skip to content

Commit 3361530

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: bus: Don't use "proxy" headers
Update header inclusions to follow the IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 32666d9 commit 3361530

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/acpi/acpi_bus.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@
99
#ifndef __ACPI_BUS_H__
1010
#define __ACPI_BUS_H__
1111

12+
#include <linux/completion.h>
13+
#include <linux/container_of.h>
1214
#include <linux/device.h>
15+
#include <linux/kobject.h>
16+
#include <linux/mutex.h>
1317
#include <linux/property.h>
18+
#include <linux/types.h>
1419

1520
struct acpi_handle_list {
1621
u32 count;

0 commit comments

Comments
 (0)