diff options
| author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 06:18:42 -0400 |
|---|---|---|
| committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 06:32:39 -0400 |
| commit | b21495a03e20514eacd788a6b5d160667177cd94 (patch) | |
| tree | ec2b03db57b8ca6532744a0b5e2305b1fd4a9f34 /include | |
| parent | 56327c2a58b76291616f15c9c84a180cf7049645 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 1fa3ffb7c93b..1b3b36068ca5 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
| @@ -356,7 +356,6 @@ void acpi_remove_dir(struct acpi_device *); | |||
| 356 | /* | 356 | /* |
| 357 | * Bind physical devices with ACPI devices | 357 | * Bind physical devices with ACPI devices |
| 358 | */ | 358 | */ |
| 359 | #include <linux/device.h> | ||
| 360 | struct acpi_bus_type { | 359 | struct acpi_bus_type { |
| 361 | struct list_head list; | 360 | struct list_head list; |
| 362 | struct bus_type *bus; | 361 | struct bus_type *bus; |
