diff options
| author | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
| commit | a815752ac0ffdb910e92958d41d28f4fb28e5296 (patch) | |
| tree | a3aa16a282354da0debe8e3a3a7ed8aac6e54001 /include/linux/acpi.h | |
| parent | 5ade9deaaa3e1f7291467d97b238648e43eae15e (diff) | |
| parent | a15306365a16380f3bafee9e181ba01231d4acd7 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/acpi.h')
| -rw-r--r-- | include/linux/acpi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 2c7e003356ac..41f7ce7edd7a 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
| @@ -79,6 +79,7 @@ typedef int (*acpi_table_handler) (struct acpi_table_header *table); | |||
| 79 | typedef int (*acpi_table_entry_handler) (struct acpi_subtable_header *header, const unsigned long end); | 79 | typedef int (*acpi_table_entry_handler) (struct acpi_subtable_header *header, const unsigned long end); |
| 80 | 80 | ||
| 81 | char * __acpi_map_table (unsigned long phys_addr, unsigned long size); | 81 | char * __acpi_map_table (unsigned long phys_addr, unsigned long size); |
| 82 | int early_acpi_boot_init(void); | ||
| 82 | int acpi_boot_init (void); | 83 | int acpi_boot_init (void); |
| 83 | int acpi_boot_table_init (void); | 84 | int acpi_boot_table_init (void); |
| 84 | int acpi_numa_init (void); | 85 | int acpi_numa_init (void); |
| @@ -235,6 +236,10 @@ int acpi_check_mem_region(resource_size_t start, resource_size_t n, | |||
| 235 | 236 | ||
| 236 | #else /* CONFIG_ACPI */ | 237 | #else /* CONFIG_ACPI */ |
| 237 | 238 | ||
| 239 | static inline int early_acpi_boot_init(void) | ||
| 240 | { | ||
| 241 | return 0; | ||
| 242 | } | ||
| 238 | static inline int acpi_boot_init(void) | 243 | static inline int acpi_boot_init(void) |
| 239 | { | 244 | { |
| 240 | return 0; | 245 | return 0; |
