Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7802
b: refs/heads/master
c: 53de49f
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Len Brown committed Aug 5, 2005
1 parent 37512fa commit a1d2ef4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14454a1b3ff8d1d15fbe7cc77f27373777184ddf
refs/heads/master: 53de49f52e305e96143375d1741f15acff7bf34b
22 changes: 12 additions & 10 deletions trunk/include/linux/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,16 +420,6 @@ extern int sbf_port ;

#define acpi_mp_config 0

static inline int acpi_boot_init(void)
{
return 0;
}

static inline int acpi_boot_table_init(void)
{
return 0;
}

#endif /*!CONFIG_ACPI_BOOT*/

int acpi_register_gsi (u32 gsi, int edge_level, int active_high_low);
Expand Down Expand Up @@ -536,5 +526,17 @@ static inline int acpi_get_pxm(acpi_handle handle)

extern int pnpacpi_disabled;

#else /* CONFIG_ACPI */

static inline int acpi_boot_init(void)
{
return 0;
}

static inline int acpi_boot_table_init(void)
{
return 0;
}

#endif /* CONFIG_ACPI */
#endif /*_LINUX_ACPI_H*/

0 comments on commit a1d2ef4

Please sign in to comment.