diff options
| author | Liu Jinsong <jinsong.liu@intel.com> | 2013-03-11 18:42:16 -0400 |
|---|---|---|
| committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-03-11 13:53:02 -0400 |
| commit | d2e0bca377dc0f85acd19df465122f361a6c9e99 (patch) | |
| tree | 1c23908b05d18b7d37672b8eb18071a3eb0f9da9 /drivers/xen | |
| parent | 85323a991d40681023822e86ca95f38a75262026 (diff) | |
xen/acpi: remove redundant acpi/acpi_drivers.h include
It's redundant since linux/acpi.h has include it when CONFIG_ACPI enabled,
and when CONFIG_ACPI disabled it will trigger compiling warning
In file included from drivers/xen/xen-stub.c:28:0:
include/acpi/acpi_drivers.h:103:31:
warning: 'struct acpi_device' declared inside parameter list [enabled by default]
include/acpi/acpi_drivers.h:103:31:
warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
include/acpi/acpi_drivers.h:107:43:
warning: 'struct acpi_pci_root' declared inside parameter list [enabled by default]
Reported-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Liu Jinsong <jinsong.liu@intel.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen')
| -rw-r--r-- | drivers/xen/xen-stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/xen-stub.c b/drivers/xen/xen-stub.c index d85e411cbf89..bbef194c5b01 100644 --- a/drivers/xen/xen-stub.c +++ b/drivers/xen/xen-stub.c | |||
| @@ -25,7 +25,6 @@ | |||
| 25 | #include <linux/export.h> | 25 | #include <linux/export.h> |
| 26 | #include <linux/types.h> | 26 | #include <linux/types.h> |
| 27 | #include <linux/acpi.h> | 27 | #include <linux/acpi.h> |
| 28 | #include <acpi/acpi_drivers.h> | ||
| 29 | #include <xen/acpi.h> | 28 | #include <xen/acpi.h> |
| 30 | 29 | ||
| 31 | #ifdef CONFIG_ACPI | 30 | #ifdef CONFIG_ACPI |
