Skip to content

Commit

Permalink
includecheck fix: include/acpi, acpi_bus.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Sam Ravnborg <[email protected]>
LKML-Reference: <[email protected]>
Acked-by: Len Brown <[email protected]>
  • Loading branch information
jaswinderrajput committed Sep 20, 2009
1 parent 56327c2 commit b21495a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/acpi/acpi_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b21495a

Please sign in to comment.