Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217694
b: refs/heads/master
c: 01eac60
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Len Brown committed Oct 19, 2010
1 parent bdab4b7 commit b2fd90b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 5ba8b1c6fe40c314a02e28553c25552d8f1442e7
refs/heads/master: 01eac60bccdb0ce49a2937d59da1e4749697a9aa
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "internal.h"
#include "sleep.h"

u8 sleep_states[ACPI_S_STATE_COUNT];
static u8 sleep_states[ACPI_S_STATE_COUNT];

static void acpi_sleep_tts_switch(u32 acpi_state)
{
Expand Down Expand Up @@ -702,7 +702,7 @@ static void acpi_power_off(void)
* paths through the BIOS, so disable _GTS and _BFS by default,
* but do speak up and offer the option to enable them.
*/
void __init acpi_gts_bfs_check(void)
static void __init acpi_gts_bfs_check(void)
{
acpi_handle dummy;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/acpi/sleep.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

extern u8 sleep_states[];
extern int acpi_suspend(u32 state);

extern void acpi_enable_wakeup_devices(u8 sleep_state);
Expand Down

0 comments on commit b2fd90b

Please sign in to comment.