mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
includecheck fix: include/acpi, acpi_bus.h
fix the following 'make includecheck' warning: include/acpi/acpi_bus.h: linux/device.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> LKML-Reference: <1247068058.4382.96.camel@ht.satnam> Acked-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
56327c2a58
commit
b21495a03e
@ -356,7 +356,6 @@ void acpi_remove_dir(struct acpi_device *);
|
||||
/*
|
||||
* Bind physical devices with ACPI devices
|
||||
*/
|
||||
#include <linux/device.h>
|
||||
struct acpi_bus_type {
|
||||
struct list_head list;
|
||||
struct bus_type *bus;
|
||||
|
Loading…
Reference in New Issue
Block a user