diff options
| author | Anton Altaparmakov <aia21@cantab.net> | 2005-05-30 16:34:37 -0400 |
|---|---|---|
| committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-30 16:34:37 -0400 |
| commit | 4ff4258a3e558814a3d48c50a59cd22f56bbea2f (patch) | |
| tree | 35ac4a5d2b162687eef0c38aecf14f3a7c5afee0 /include/linux/acpi.h | |
| parent | 442d207eb0b4e7047c4fedccd900c425e689d502 (diff) | |
| parent | 5e485b7975472ba4a408523deb6541e70c451842 (diff) | |
Automatic merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'include/linux/acpi.h')
| -rw-r--r-- | include/linux/acpi.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index aefe6d051ace..d5a55bdb9c3c 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
| @@ -25,6 +25,8 @@ | |||
| 25 | #ifndef _LINUX_ACPI_H | 25 | #ifndef _LINUX_ACPI_H |
| 26 | #define _LINUX_ACPI_H | 26 | #define _LINUX_ACPI_H |
| 27 | 27 | ||
| 28 | #ifdef CONFIG_ACPI | ||
| 29 | |||
| 28 | #ifndef _LINUX | 30 | #ifndef _LINUX |
| 29 | #define _LINUX | 31 | #define _LINUX |
| 30 | #endif | 32 | #endif |
| @@ -533,4 +535,5 @@ static inline int acpi_get_pxm(acpi_handle handle) | |||
| 533 | 535 | ||
| 534 | extern int pnpacpi_disabled; | 536 | extern int pnpacpi_disabled; |
| 535 | 537 | ||
| 536 | #endif /*_LINUX_ACPI_H*/ | 538 | #endif /* CONFIG_ACPI */ |
| 539 | #endif /*_LINUX_ACPI_H*/ | ||
