diff options
| author | 2006-06-13 20:29:04 -0400 | |
|---|---|---|
| committer | 2006-06-13 20:29:04 -0400 | |
| commit | b5ed7639c9f502898af4109e778f5613dacbfd9c (patch) | |
| tree | abe908c60ce1ea8f201028c9fc830cacd25c724b /include/linux/pci-acpi.h | |
| parent | [PATCH] net: au1000_eth: PHY framework conversion (diff) | |
| parent | [PATCH] sky2: stop/start hardware idle timer on suspend/resume (diff) | |
| download | linux-dev-b5ed7639c9f502898af4109e778f5613dacbfd9c.tar.xz linux-dev-b5ed7639c9f502898af4109e778f5613dacbfd9c.zip | |
Merge branch 'master' into upstream
Diffstat (limited to 'include/linux/pci-acpi.h')
| -rw-r--r-- | include/linux/pci-acpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci-acpi.h b/include/linux/pci-acpi.h index 4877e35ae202..936ef82ed76a 100644 --- a/include/linux/pci-acpi.h +++ b/include/linux/pci-acpi.h @@ -50,7 +50,7 @@ extern acpi_status pci_osc_control_set(acpi_handle handle, u32 flags); extern acpi_status pci_osc_support_set(u32 flags); #else -#if !defined(acpi_status) +#if !defined(AE_ERROR) typedef u32 acpi_status; #define AE_ERROR (acpi_status) (0x0001) #endif |
